So i have this output generated from a jQuery function i built (ajax) which is a list of registered users to a ceratain event. Behind every name there should be a delete button, where I can delete users from the event, using ajax and jQuery.
The problem im running into is that the jQuery function to delete them doesnt work, so my question is “is it possible to use jQuery on ajax outputs?” ?
The jQuery i wrote works perfect for static elements but not for the ajax-output things.
All the best,
Marten
Look into the live jQuery function. It allows binding of events to elements not yet in the DOM.