2013年1月15日

jQuery中的filter和find函数

摘要: jQuery官方的API这样说明filter和find函数:filter(selector):Description: Reduce the set of matched elements to those that match the selector or pass the function’s test.find(selector):Description: Get the descendants of each element in the current set of matched elements, filtered by a selector.find()获得当前元素匹配集合中 阅读全文

posted @ 2013-01-15 15:50 Paul_bai 阅读(619) 评论(0) 推荐(0) 编辑

导航