have you looked into using http://docs.jquery.com/Ajax#.24.getScript.28_url.2C_callback_.29 .getScript() rather than .load ?
starmonkey-2 wrote: > > > I'm using jQuery's load() function in order to pull content from the > server and stick it into a div. > > This content has both html + javascript inside it, and I need to get > the javascript actually evaluated for IE6+7. > > Firefox handles javascript fine for both inline + externally > referenced libraries, eg: > > The above does not work with both IE6 + IE7. > > thanks in advance, > SM > > > -- View this message in context: http://www.nabble.com/Exec%27ing-JS-In-load%28%29ed-content-for-IE-tf4260502s15494.html#a12125643 Sent from the JQuery mailing list archive at Nabble.com.