Skip to content

Instantly share code, notes, and snippets.

@Marian0
Created December 10, 2014 15:51
Show Gist options
  • Save Marian0/9e43d3aebe4e928d0b9f to your computer and use it in GitHub Desktop.
Save Marian0/9e43d3aebe4e928d0b9f to your computer and use it in GitHub Desktop.
Bindear eventos sobre elementos traidos por AJAX
$(document).on('click', selector-to-your-element , function() {
//code here ....
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment