The functions you pass to ready() are stored in an array
(jQuery.readyList). Calling ready() without parameters first calls a
loop that executes them one by one, then triggers the 'ready' event.
It's not supposed to be reused, that's probably the reason why it's
not documented. Get jQuery's source code and look for "ready" in the
event.js file.

On Jul 3, 7:39 pm, Samer <samerzia...@gmail.com> wrote:
> Hi I couldn't find documentation for $.ready() in the docs without a
> parameter. Does it just trigger the DOM Ready event?
>
> On Jul 2, 6:30 am, Ricardo <ricardob...@gmail.com> wrote:
>
> > You can call jQuery.ready() to fire all the queued functions.
>
> > On Jun 30, 9:49 pm, Steven Parkes <smpar...@smparkes.net> wrote:
>
> > > I dynamically load jquery into my page and the change that happened at/
> > > round Ticket 2614 (http://dev.jquery.com/ticket/2614) / rev 5970 (or,
> > > in other words, between 1.2.6 and 1.3.2) had, at least for me, a
> > > pretty adverse effect.
>
> > > Looks like now if jquery is ever loaded after the doc readystate is
> > > loaded/complete, jquery is never going to be ready. Looks like ticket
> > > was to clean up the CSS stuff, but was this other behavior change
> > > intentional? I'd really like to be able to load jquery dynamically and
> > > that seems impossible for me at the moment on Safari.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to