Ok I got it:

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

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to