[jQuery] Re: About using jquery-1.2.6.js in IE

2008-06-22 Thread Yongning Zhu
Thank you so much! It works now. I didn't know that before. Best, yongning On Jun 22, 1:13 am, "Michael Geary" <[EMAIL PROTECTED]> wrote: > That's an invalid script tag. You can't use an empty script tag, it requires > a closing tag. > > Also, you really don't want to be loading the .js file fr

[jQuery] About using jquery-1.2.6.js in IE

2008-06-21 Thread Yongning Zhu
Dear jQuery group, I'm using jquery-1.2.6 for my webpage, and realized that in IE, nothing on the page would be displayed. I deleted most stuff and realized even the following code won't work: blablabla There will be just a blank page, and if i remove jquery it will di