Skip to content Skip to sidebar Skip to footer

Jquery `.load()` Function Not Executing Javascript Which Is In Loading Page

What I'm trying to do is load an external html file and have the Javascript that is embedded execute along with the html code that I had in my Loading_Page.html. The code I'm tryin

Solution 1:

jQuery load will just exclude that script tag from response, before it is inserted into a div.

See this question. The same problem happens there.

Post a Comment for "Jquery `.load()` Function Not Executing Javascript Which Is In Loading Page"