[jQuery] Re: Jquery not running ie and firefox

2007-04-14 Thread Sharique
Its working. But only with jq/jquery.pack.js not jq/jquery.js Any way Thanks, On Apr 14, 11:25 am, "Leonardo K" <[EMAIL PROTECTED]> wrote: > Change this > > > > to > > > > Should work...

[jQuery] Re: Jquery not running ie and firefox

2007-04-14 Thread Ⓙⓐⓚⓔ
isn't it weird that even the best browser (firefox) requires in xhtml! On 4/13/07, Leonardo K <[EMAIL PROTECTED]> wrote: Change this to Should work... -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Jquery not running ie and firefox

2007-04-13 Thread Leonardo K
Change this to Should work...

[jQuery] Re: Jquery not running ie and firefox

2007-04-13 Thread Sharique
I have removed jquery.js but condition is still same. When I remove jquery.pack.js this code doesn't work even opera. - Sharique On Apr 14, 8:43 am, David <[EMAIL PROTECTED]> wrote: > Hi Sharique, > > It looks like you are loading jquery twice. jquery.js and jquery.pack.js > are the same thin

[jQuery] Re: Jquery not running ie and firefox

2007-04-13 Thread David
Hi Sharique, It looks like you are loading jquery twice. jquery.js and jquery.pack.js are the same thing, the .pack.js is just a smaller version of the file. Remove one of your script src tags and it should work. Regards, David Sharique wrote: I'm newbie to jquery I have written a simple p

[jQuery] Re: Jquery not running ie and firefox

2007-04-13 Thread Matt Stith
You arent supposed to include both the packed and the unpacked versions, just remove the link that includes jquery.pack.js and it should work fine. On 4/13/07, Sharique <[EMAIL PROTECTED]> wrote: I'm newbie to jquery I have written a simple page for test. Here is the code. It only run in opera