I had a hard time defining the title of my problem, but it's a relatively simple question.
When I load a page through AJAX, I want its javascript to come with it.
So if I wanted to load ext_page.html, and it had javascript code that worked specifically with elements on that page, I'd like that javascript to work.
As far as I can tell, this does not happen.
How can I get this to work? Is it possible?
When I load a page through AJAX, I want its javascript to come with it.
So if I wanted to load ext_page.html, and it had javascript code that worked specifically with elements on that page, I'd like that javascript to work.
As far as I can tell, this does not happen.
How can I get this to work? Is it possible?