/ Published in: jQuery
credit: http://www.west-wind.com/weblog/posts/519980.aspx
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$.expr[":"].containsNoCase = function(el, i, m) { var search = m[3]; if (!search) return false; return eval("/" + search + "/i").test($(el).text()); };
URL: http://isotope.metafizzy.co/demos/infinite-scroll.html