Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 27, 20195 yr 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
July 27, 20195 yr Trigger the event "contentChange" on the document with the newly inserted content as the scope. $( document ).trigger( 'contentChange', [ element ] );
Archived
This topic is now archived and is closed to further replies.