Community

jQuery’s Filter() Method Can Take A Callback Function For Advanced Filtering

(Ben Nadel) I think one of the most awesome tips that I picked up while reading Cody Lindley’s jQuery Enlightenment book was that the filter() method can take a callback function as its argument. Typically, when I use jQuery’s filter() method, I simply pass in a selector that it would then use to na

Read More - Register for Free Membership