作者: Mr Luo
jQuery.isArray()方法
定义和用法 $.isArray()函数用于判断指定参数是否是一个数组。 …
jQuery.inArray()方法
定义和用法 $.inArray() 函数用于在数组中查找指定值,并返回它…
jQuery.grep()方法
定义和用法 $.grep() 函数使用指定的函数过滤数组中的元素,并返回…
jQuery.globalEval()方法
实例 Run this code » 在全局上下文中执行脚本 var n…
jQuery.fn.extend()方法
定义和用法 $.fn.extend() 函数为jQuery扩展一个或多个…
jQuery.extend()方法
实例 Run this code » 遍历数组元素,并修改第一个对象 $…
jQuery.each()方法
实例 Run this code » 遍历数组元素 $(function…
jQuery.contains()方法
定义和用法 $.contains() 方法用于判断指定元素内是否包含另一…
jQuery.browser属性
实例 Run this code » 显示浏览器信息: $(functi…
jQuery.when() 方法
实例 Run this code » 一个参数传递给 $.when() …