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 problem: ready
> event doesn't work in IE7, but works fine in Firefox and Safari.
>
> ...
> <script type="text/javascript" src="./jquery-1.2.2.js"></script>
> <script type="text/javascript">
>    $(document).ready( function() {
>       alert ( "test" );});
>
> ...
>
> I tried different versions: 1.2.2,1.2.3, regular, packed, minified. I
> guess this is a bug.

Reply via email to