If that's true, shouldn't my test case fail in Firefox?

http://mg.to/test/jquery/dynamic-nightly/jquery-dynamic-onload.html

The page does use a nightly from several weeks ago and I haven't tested with
a more recent version - but hopefully it hasn't gotten broken since then.

-Mike

On Mon, Oct 26, 2009 at 10:46 AM, Server Herder <serverher...@gmail.com>wrote:

>
> Under the latest nightly release bindReady() first checks for
> document.readyState === 'complete'.  Browsers that support the
> readySTate property will then execute the jQuery.ready() function and
> this case will be handled properly.  IE, Safari and Chrome all appear
> to have this; however, Firefox does not and as such attaching jQuery
> post-document-load will never fire the jQuery.ready() event.
>

Reply via email to