Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Attach click event on replaced text Reply To: Attach click event on replaced text

#247611
Shikkediel
Participant

Use a delegated event…

$(document).on('click', 'button', function() { ... })