[jQuery] Script evaluation in IE7 fails
I have a jQuery script that loads html into the page. Sometimes,
within this html I would like to put a small script to handle button
functions.
Such a script runs fine in FF but not in IE7 (Untested IE6)
I worked around this issue for now by putting my script in a div and
having jQuery evaluate the div.
Is there a better way to load html (I am using $.get) into the page
and have jQuery run the script in the html?
jQuery 1.1.1
Thanks!