随笔分类 - JQUERY
摘要:1、.prop( propertyName ) 获取匹配集合中第一个元素的Property的值 2、 .prop( propertyName, value ) .prop( map ) .prop( propertyName, function(index, oldPropertyValue) )
阅读全文
摘要:jquery复选框 选中事件 及其判断是否被选中 (2014-07-25 14:03:54) 转载▼ jquery复选框 选中事件 及其判断是否被选中 转载▼ 标签: jquery复选框选中事件 分类: extjs jquery jquery复选框选中事件 今天做了 显示和不显示密码的效果 遇到了一
阅读全文
摘要:页面滚动到底部自动 Ajax 获取文章 var _timer = {};function delay_till_last(id, fn, wait) { if (_timer[id]) { window.clearTimeout(_timer[id]); delete _timer[id]; } r
阅读全文
摘要:check用户协议 我已阅读并接受用户协议 您还未接受用户协议
阅读全文
摘要:<form id="form1" onsubmit="return false;"> <table id="login-table"> <tr> <td width="60">学号:</td> <td><input class="textbox" type="text" style="width:1
阅读全文