Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
Gil Ronen Posted July 27, 2019 Posted July 27, 2019 Hi, My app has some content that loads with AJAX, this content needs to also work with javascript controllers and it doesnt. How can I reload my controllers so the AJAX loaded content js will work? Thanks
Martin A. Posted July 27, 2019 Posted July 27, 2019 Trigger the event "contentChange" on the document with the newly inserted content as the scope. $( document ).trigger( 'contentChange', [ element ] );
Recommended Posts
Archived
This topic is now archived and is closed to further replies.