[jQuery] load() doesn't evaluate response scripts, any way to trigger script evaluation?
Hi All,
I am using jQuery to update a page and add content to a specific DIV
with the "load()" function.
jQuery loads the dynamic content, which includes a jQuery.ready()
declaration of its own, but that script is not evaluated.
How can I trigger the script in the dynamic content to run?