Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 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.