On Feb 2, 2009, at 9:57 AM, jQuery Lover wrote:
"The jQuery test suite now has 1395 tests. We actively tested in
Firefox 3, Firefox 3.1, Safari 3.2, Safari Nightly, Opera 9.6, IE 6,
IE 7, and Chrome"
See here: http://docs.jquery.com/Release:jQuery_1.3#Testing
More to the point is this statement on the same page:
The ready() method no longer tries to make any guarantees about
waiting for all stylesheets to be loaded. Instead all CSS files
should be included before the scripts on the page.
http://docs.jquery.com/Release:jQuery_1.3#Features (under UPGRADING ->
Changes)
Also:
Note: Please make sure that all stylesheets are included before your
scripts (especially those that call the ready function). Doing so
will make sure that all element properties are correctly defined
before jQuery code begins executing. Failure to do this will cause
sporadic problems, especially on WebKit-based browsers such as Safari.
http://docs.jquery.com/Events/ready
--Karl
____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Mon, Feb 2, 2009 at 3:57 PM, thomtomdup <thomtom...@hotmail.com>
wrote:
Hello.
I discovered some time ago that in browsers based on WebKit, the
ready
to jQuery not working properly. Looking into the code of jQuery 1.3.1
in binready I noticed it was missing the code. Because it tests only
for IE and mozilla. It does not test for Opera, Safari and Chrome.
Here is the code I found on the net. Is it possible to tell me
whether
it will be added or if I should use another function. Thank you in
advance.