Re: [PHP] Delaying $(document).ready() in jQuery until php script finish OT

2011-03-03 Thread Richard Quadling
On 3 March 2011 17:25, Ashley Sheridan wrote: > "Jay Blanchard" wrote: > >>[snip] >>What I don't get about the question is, is the document.ready() >>shouldn't fire, until the page has completely loaded, and if the PHP >>script is still running, the "document" shouldn't be "ready" yet, >>should >

RE: [PHP] Delaying $(document).ready() in jQuery until php script finish OT

2011-03-03 Thread Ashley Sheridan
"Jay Blanchard" wrote: >[snip] >What I don't get about the question is, is the document.ready() >shouldn't fire, until the page has completely loaded, and if the PHP >script is still running, the "document" shouldn't be "ready" yet, >should >it? >[/snip] > >The document ready function fires once

RE: [PHP] Delaying $(document).ready() in jQuery until php script finish OT

2011-03-03 Thread Jay Blanchard
[snip] What I don't get about the question is, is the document.ready() shouldn't fire, until the page has completely loaded, and if the PHP script is still running, the "document" shouldn't be "ready" yet, should it? [/snip] The document ready function fires once the DOM is loaded - which might no