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.

Reply via email to