jQuery .filter() - more than just selectors
Via Hugo Dias’s comment on an Isotope filtering issue, turns out you can pass more than just DOM selector strings into jQuery .filter(). Using a function is pretty useful if you need additional logic to run over for each item in the jQuery collection.