$().load(1.html,script) is inside main.html.
It'll execute the "script" after 1.html is loaded into DOM.
But now I want to put the "script" inside 1.html itself.
How to make it run when loaded into main.html?
|
|
|
|
|
|
|
The jQuery load method will execute any code placed in |
||||
|