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

