프로그래밍/jQuery

filter() 와 find()의 차이점

암초보 2013. 5. 21. 15:55


find()

searches through all the child elements in the matched set.  


filter()

searches through all elements in the matched set.