Skip to content

Instantly share code, notes, and snippets.

@catwhocode
Created July 19, 2023 21:23
Show Gist options
  • Save catwhocode/9293501b6e73b530a1737f7e366b6053 to your computer and use it in GitHub Desktop.
Save catwhocode/9293501b6e73b530a1737f7e366b6053 to your computer and use it in GitHub Desktop.
jQuery select element from AJAX HTML Response
$(document).on('click', '.btnEdit',function(){
alert("EDIT BUTTON CLICKED");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment