[jQuery] Re: $(document).ready same es Dean Edwards solution

2007-12-19 Thread Daniel Keel
to the > response stream, then "flushing" the stream, then writing more to the > stream, then "flushing" the stream again. The page will render each bit as > it comes in, even though the HTML isn't fully downloaded. > > Does this answer your question?

[jQuery] Re: $(document).ready same es Dean Edwards solution

2007-12-18 Thread Daniel Keel
page content in a DIV set for "display:none". > 2. Add a floating loading element in the middle of the page. > 3. Modify the DOM. > 4. Then remove the loading element and display the main div. > > JK > > -Original Message----- > Fro

[jQuery] Re: $(document).ready same es Dean Edwards solution

2007-12-18 Thread Daniel Keel
lpful if you could post a URL with an example page where the > problem happens. There's a number of things that can come into play, > though it's usually something to do with a large amount of elements > being modified via JavaScript. > > Karl Rudd > > On

[jQuery] Re: $(document).ready same es Dean Edwards solution

2007-12-18 Thread Daniel Keel
> wrote: > It'd be helpful if you could post a URL with an example page where the > problem happens. There's a number of things that can come into play, > though it's usually something to do with a large amount of elements > being modified via JavaScript. > > Karl

[jQuery] Re: $(document).ready same es Dean Edwards solution

2007-12-17 Thread Daniel Keel
Sorry for this double post. On Dec 17, 6:54 pm, Daniel Keel <[EMAIL PROTECTED]> wrote: > Hello, this is my first post. > > I'm working with jQuery since a month and I have one problem. The $ > (document).ready event doesn't work properly, manly I get the fouc in >

[jQuery] $(document).ready same es Dean Edwards solution

2007-12-17 Thread Daniel Keel
Hello, this is my first post. I'm working with jQuery since a month and I have one problem. The $ (document).ready event doesn't work properly, manly I get the fouc in IE and Opera. As far as I have red the Dean Edwards solution (http:// dean.edwards.name/weblog/2006/06/again/) is implemented in

[jQuery] $(document).ready same es Dean Edwards solution

2007-12-17 Thread Daniel Keel
Hello, this is my first post. I'm working with jQuery since a month and I have one problem. The $ (document).ready event doesn't work properly, manly I get the fouc in IE and Opera. As far as I have red the Dean Edwards solution (http:// dean.edwards.name/weblog/2006/06/again/) is implemented in