I suppose the following code:
jQuery(\"#mybutton\").click(function(){ //do something });
How could I recall to this function \"anonym
Can you explain why you can't name the function? You can use arguments.callee to get a reference to the current function, but that is deprecated and I'm not sure how much support it has among current browsers.
arguments.callee