05 2018 档案
摘要:<script> //第一种:扩展Jquery原型对象的方法 (function($) { $.fn.logText = function() { console.log(this.text()); } })(jQuery); $(function() { //自定义的原型方法,也就是jquery插
阅读全文
摘要:jsp: <td> <input type="password" name="psw" id="psw" class="psw" placeholder="请输入您的原密码"/> <i for="psw" id="a" class="passwordIcon"></i> </td> js: $(".
阅读全文
摘要:全选: /*全选按钮*/function selectAll(e){//根据全选按钮的text值为条件判断 var btC=$(e).text(); var $check=$(".col-lg-12"); var inp=$(".col-lg-12").find("label input[type=
阅读全文

浙公网安备 33010602011771号