I have a <divon my page that is dynamically loaded via javascript.
This part works fine, however any javascripts or javascript function
calls that happen to be in the dynamically loaded content, do not
work!
Not even a simple alert('hi!'); works...it's like the browser ignores
any scripts that are in the dynamically loaded <div>.
Is there a way around this?
Thanks!
This part works fine, however any javascripts or javascript function
calls that happen to be in the dynamically loaded content, do not
work!
Not even a simple alert('hi!'); works...it's like the browser ignores
any scripts that are in the dynamically loaded <div>.
Is there a way around this?
Thanks!
Comment