js: get event handler bound to the element

zyip發表於2014-01-07

 

jQuery._data(jQuery(this)[0], "events" ).click[0].handler

 

$._data( $("#myabc")[0], "events" ).click[0].handler

 

$('#myabc').attr('onclick')

 

$(this).attr('onclick')

 

//sencha
e.srcElement

 

 

 

 

 

 

 

相關文章