Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events from parents #29

Open
tunder opened this issue Apr 26, 2012 · 1 comment
Open

Events from parents #29

tunder opened this issue Apr 26, 2012 · 1 comment

Comments

@tunder
Copy link

tunder commented Apr 26, 2012

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

@prodigitalson
Copy link

+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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants