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.
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]>
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
3 matches
Mail list logo