Jquery对象经常使用方法

1、JQuery对象的基本方法:css (1) get(); 取得全部匹配的元素html (2) get(index); 取得其中一个匹配的元素 $(this).get(0) 等同于 $(this)[0]jquery (3) Number index(jqueryObj); 搜索子对象ajax (4) each(callback); 相似foreach,不过遍历的是元素数组json 如:数组 $(
相关文章
相关标签/搜索