(function($) {
  $.fn.exists = function() {
	return (this.length > 0);
  }
})(jQuery);

