[jQuery] Re: How to load remoate jquery code with document.write() that works with IE6/7?

2008-09-11 Thread Alex Weber
check this thread out: http://groups.google.com/group/jquery-en/browse_thread/thread/f4277815d73f06ca?hl=en its mainly about loading multiple libraries but the concept of appending elements to the DOM vs using document.write() might work for you :) On Sep 10, 4:39 pm, henry [EMAIL PROTECTED]

[jQuery] Re: How to load remoate jquery code with document.write() that works with IE6/7?

2008-09-11 Thread henry
Thanks, I will try that. On Sep 11, 4:09 am, Alex Weber [EMAIL PROTECTED] wrote: check this thread out:http://groups.google.com/group/jquery-en/browse_thread/thread/f427781... its mainly about loading multiple libraries but the concept of appending elements to the DOM vs using