Re: [jQuery] IE and Javascript in Ajax Content

2007-03-30 Thread spinnach
ie won't execute javascript in the ajax response if there's no text returned along with it.. so simply return some text with it or similar.. or you can wrap it all up in a callback function so you won't need to return any script from the server.. dennis. Dan Shields wrote: > Is there an issue

Re: [jQuery] IE and Javascript in Ajax Content

2007-03-30 Thread Marshall Salinger
Dan Shields wrote: > Is there an issue in IE that won't let you put Javascript in content > that is pulled in via Ajax. I have a page that has a navigation menu > and when you click on any of the links it pulls an HTML page in with > Ajax. I am using the *Ajax History >

[jQuery] IE and Javascript in Ajax Content

2007-03-30 Thread Dan Shields
Is there an issue in IE that won't let you put Javascript in content that is pulled in via Ajax. I have a page that has a navigation menu and when you click on any of the links it pulls an HTML page in with Ajax. I am using the *Ajax History *pl