jQuery.fn.exists = function(){return this.size()>0;};jQuery.fn.contains = function(txt) { return jQuery(this).indexOf(txt) >= 0; };
