作者: Mr Luo
jQuery unbind() 方法
实例 Run this code » 移除所有 <p> 元素…
jQuery triggerHandler() 方法
实例 Run this code » 触发 <input> …
jQuery trigger() 方法
实例 Run this code » 触发 <input> …
jQuery toggle() 方法
实例 Run this code » 当点击 <p> 元素时…
jQuery submit() 方法
实例 Run this code » 当提交表单时,显示警告框: $("…
jQuery select() 方法
实例 Run this code » 当文本域中的文本被选择时,显示提示…
jQuery scroll() 方法
实例 Run this code » 对元素滚动的次数进行计数: $("…
jQuery resize() 方法
实例 Run this code » 对浏览器窗口调整大小进行计数: $…
jQuery ready() 方法
实例 Run this code » 使用 ready() 来使函数在文…
jQuery $.proxy() 方法
实例 Run this code » 强制执行 objPerson 内的…