Jump to content

Reload Javascript on AJAX Call

Featured Replies

Posted

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

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.

Recently Browsing 0

  • No registered users viewing this page.