标签: jQuery
jQuery.trim()方法
实例 Run this code » 删除字符串开始和末尾的空格 $(f…
jQuery.parseXML()方法
创建一个jQuery对象使用一个XML字符串并得到标题节点的值。 定义和…
jQuery.parseJSON()方法
实例 Run this code » 解析一个 JSON 字符串 $(f…
jQuery.parseHTML()方法
使用一个HTML字符串创建一个数组的Dom节点,并将它插入一个div 定…
jQuery.now()方法
实例 Run this code » 返回当前时间的Unix时间戳 $(…
jQuery.noop()方法
实例 Run this code » 传入一个空函数作为参数,返回一个空…
jQuery.merge()方法
实例 Run this code » 合并两个数组,修改第一个参数的内容…
jQuery.map()方法
使用$.map() 修改一个数组的值 定义和用法 $.map() 函数用…
jQuery.makeArray()方法
实例 Run this code » 将一个HTML元素集合转换成对应的…
jQuery.isXMLDoc()方法
定义和用法 $.isXMLDoc() 函数用于判断一个DOM节点是否位于…