(function($){
 jQuery.fn.equals = function(selector) {
  return $(this).get(0)==$(selector).get(0);
 };
})(jQuery);

