View difference between Paste ID: hiJ4aw8x and qLf5CAzi
SHOW: | | - or go back to the newest paste.
1
//@Author Karl-André Gagnon
2
if(jQuery){(function(e){if(!e.fn.filterText)e.fn.filterText=function(t,n){var r=e(),n=n||false,i=e(this);if(t instanceof Array){for(var s=0;s<t.length;s++){if(typeof t[s]=="string"){r=r.add(i.filter(function(){var r=n?t[s]:new RegExp(t[s],"i");return e(this).text().search(r)!=-1}))}else if(t[s]instanceof RegExp){r=r.add(i.filter(function(){return e(this).text().search(t[s])!=-1}))}}}else if(typeof t=="string"){r=r.add(i.filter(function(){var r=n?t:new RegExp(t,"i");return e(this).text().search(r)!=-1}))}else if(t instanceof RegExp){r=r.add(i.filter(function(){return e(this).text().search(t)!=-1}))}return r}})(jQuery)}