05 2018 档案

摘要:<script> //第一种:扩展Jquery原型对象的方法 (function($) { $.fn.logText = function() { console.log(this.text()); } })(jQuery); $(function() { //自定义的原型方法,也就是jquery插 阅读全文
posted @ 2018-05-22 23:36 吾将上下而求之 阅读(155) 评论(0) 推荐(0)
摘要:jsp: <td> <input type="password" name="psw" id="psw" class="psw" placeholder="请输入您的原密码"/> <i for="psw" id="a" class="passwordIcon"></i> </td> js: $(". 阅读全文
posted @ 2018-05-22 13:56 吾将上下而求之 阅读(103) 评论(0) 推荐(0)
摘要:全选: /*全选按钮*/function selectAll(e){//根据全选按钮的text值为条件判断 var btC=$(e).text(); var $check=$(".col-lg-12"); var inp=$(".col-lg-12").find("label input[type= 阅读全文
posted @ 2018-05-21 11:19 吾将上下而求之 阅读(237) 评论(0) 推荐(0)