Re: [jQuery] ajax question with javascript on called page in ie6

2006-12-07 Thread Ronald Haring - Tripolis
Thx for your answers, but unfortunately any dynamic script will not be run by ie6. I think this is just an ie6 bug that I will have to live with. Gr Ronald -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: dinsdag 5 december 2006

Re: [jQuery] ajax question with javascript on called page in ie6

2006-12-07 Thread Karl Swedberg
Hi Ronald, My memory is a little foggy on this one, but I seem to recall someone posting earlier about having to put the javascript in the body of the ajaxed page instead of the head for IE to recognize it. Anyway, maybe worth a try? --Karl _ Karl Swedberg

Re: [jQuery] ajax question with javascript on called page in ie6

2006-12-06 Thread Brandon Aaron
On 12/5/06, Blair McKenzie [EMAIL PROTECTED] wrote: Also, the document ready function won't trigger because you're loading the data via ajax. document ready only runs when the page itself loads. Any function passed to document.ready _after_ the document.ready has already fired will be

Re: [jQuery] ajax question with javascript on called page in ie6

2006-12-06 Thread Blair McKenzie
Really? Cool. On 12/6/06, Brandon Aaron [EMAIL PROTECTED] wrote: On 12/5/06, Blair McKenzie [EMAIL PROTECTED] wrote: Also, the document ready function won't trigger because you're loading the data via ajax. document ready only runs when the page itself loads. Any function passed to

[jQuery] ajax question with javascript on called page in ie6

2006-12-05 Thread Ronald Haring - Tripolis
Hi all, I've been trying hard to get the following scenario to work. On page 1 there is a link, when clicked an ajax page will be loaded and shown in a div. However this ajax page contains some javascripts and this is not executed in ie6. I think the problem is with ie6 but if anyone knows of a

Re: [jQuery] ajax question with javascript on called page in ie6

2006-12-05 Thread Jörn Zaefferer
Ronald Haring - Tripolis schrieb: Hi all, I've been trying hard to get the following scenario to work. On page 1 there is a link, when clicked an ajax page will be loaded and shown in a div. However this ajax page contains some javascripts and this is not executed in ie6. I think the

Re: [jQuery] ajax question with javascript on called page in ie6

2006-12-05 Thread Blair McKenzie
Also, the document ready function won't trigger because you're loading the data via ajax. document ready only runs when the page itself loads. Blair On 12/5/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: Ronald Haring - Tripolis schrieb: Hi all, I've been trying hard to get the following