Created
July 19, 2023 21:23
-
-
Save catwhocode/9293501b6e73b530a1737f7e366b6053 to your computer and use it in GitHub Desktop.
jQuery select element from AJAX HTML Response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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