随笔分类 - 3、插件库
摘要:一、基本信息 api文档地址:https://docs.jquery.com/Plugins/Validation jquery.validate.js下载地址:https://github.com/jquery-validation/jquery-validation/releases/tag/1
阅读全文
posted @ 2017-12-28 11:09
念念念不忘
摘要:一、JS文件 二、使用说明 1、在页面引入JS文件 2、写入cookie 写法: $.cookie("写入的cookie名","写入的cookie值",{ expires:7, path:"/", domain:"地址", secure:true }); 参数含义: expires: 含义:有效期
阅读全文
posted @ 2017-12-19 14:06
念念念不忘
摘要:/*! HTML5 Shiv v3.6.1 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed */ ;(function(window, document) { /*jshint evil:true */ /** Preset options */ var options = window.html5 || {}; /**...
阅读全文
posted @ 2017-12-18 16:22
念念念不忘
摘要:/*! jQuery v1.11.3 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */ !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(...
阅读全文
posted @ 2017-12-18 16:20
念念念不忘