firequery
firequery copied to clipboard
Events from parents
Hi,
Not sure this is possible but still.
$(document).on('click', '.selector', function() {});
Is there any way to get the event from the document and show it on .selector node?
Best regards and keep up the good work, Ionut Dinu
+1 for this. On most projects im working on 50 - 90% of events are delegated (about 95% of the ones that require hardcore debug haha) and to not have delegated events register defeats half the purpose of this awesome plugin.