[jQuery] Re: jQuery in IE7

2008-03-31 Thread Tolik Piskov
On 31 мар, 19:14, the_woodsman <[EMAIL PROTECTED]> wrote: > I'm no expert, and you don't provide any information about the errors > in IE. Sorry, I just figured out that this is not jQuery's problem. There's something with JavaScript in my IE7. It simply doesn't work.

[jQuery] Re: jQuery in IE7

2008-03-31 Thread Josh Nathanson
It should work fine in IE7. Is your script tag closed after your ready call, you don't show that in your example. $(document).ready( function() { alert ( "test" ); }); <-- make sure this is here -- Josh - Original Message - From: "Tolik Piskov" <[EMAIL PROTECTED]>

[jQuery] Re: jQuery in IE7

2008-03-31 Thread the_woodsman
I'm no expert, and you don't provide any information about the errors in IE. Random guess: > $(document).ready( Have you tried quoting document, i.e $('document')? On Mar 30, 7:27 pm, Tolik Piskov <[EMAIL PROTECTED]> wrote: > Hello! > > I was trying to start learning jQuery, but faced a proble