Skip to content

Instantly share code, notes, and snippets.

@cdmz
Created August 14, 2015 13:20
Show Gist options
  • Save cdmz/e6e741b59a93915edf74 to your computer and use it in GitHub Desktop.
Save cdmz/e6e741b59a93915edf74 to your computer and use it in GitHub Desktop.
Selector dimamic elements jquery
$(document).on('click', '#element', function (e) {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment