Herr M. Thu, 14 Jun 2007 07:57:34 -0700
As far as I know, after the code var clickFunction = $("img").click(function(){ alert('yo'); return false; });
clickFunction contains the jQuery object for the element and not the function.