Home › Forums › JavaScript › Attach click event on replaced text › Reply To: Attach click event on replaced text
November 7, 2016 at 3:20 pm
#247611
Participant
Use a delegated event…
$(document).on('click', 'button', function() { ... })