[jQuery] Is $(document).ready() broken in IE?

[jQuery] Is $(document).ready() broken in IE?

In my old revision of jQuery $Date: 2006-05-02 12:03:07 -0700 all works OK but I downloaded the new revision 1.0.1 and in this simple code:
$(document).ready(function(){
    userlang = navigator.language? navigator.language
: navigator.userLanguage;
    alert(userlang);
});
In IE not works, alerts undefined or simply no alerts (window.onload works)
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/