[jQuery] the ready not working properly
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.