Skip to content

Instantly share code, notes, and snippets.

@abcdeepakr
Created January 4, 2023 09:32
Show Gist options
  • Save abcdeepakr/6fc1ccd0b35fb09fb8f66c7e1e0e1853 to your computer and use it in GitHub Desktop.
Save abcdeepakr/6fc1ccd0b35fb09fb8f66c7e1e0e1853 to your computer and use it in GitHub Desktop.
Event delegation jq
https://learn.jquery.com/events/event-delegation/
(parentStaticSelector).on(event, dynamicChildSelector, function(){})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment