I have somethings like this:
$('#eventFire').dblclick(function(){ EventHandler.dblclickListener(); }); I want the EventHandler listen the double click event, and I want the EventHandler know which element from the page is fire this event, how can I do so?