Ok I got it:

$.fn.checkform = function() {  
   return this.each(function(){      
          $(this).bind("click", function(){alert("it works");}  );   
    });   
};

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to