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

2007-12-19 Thread Jeffrey Kretz
19, 2007 12:17 AM To: jQuery (English) Subject: [jQuery] Re: $(document).ready same es Dean Edwards solution Thanx Jeffrey, That's how I understand it. But someone sad that with Dean Edwards solution you don't get FOUC and therefore you don't need the workaround with the div'

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

2007-12-19 Thread Daniel Keel
> > JK > > -Original Message----- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of Daniel Keel > Sent: Tuesday, December 18, 2007 12:03 PM > To: jQuery (English) > Subject: [jQuery] Re: $(document).ready same es Dean Edwards solution > &g

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

2007-12-18 Thread Jeffrey Kretz
On Behalf Of Daniel Keel Sent: Tuesday, December 18, 2007 12:03 PM To: jQuery (English) Subject: [jQuery] Re: $(document).ready same es Dean Edwards solution I do all the JavaScript within $(document).ready and not in the window.onload. As far as I understand, the $(document).ready event is fi

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

2007-12-18 Thread Daniel Keel
m: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of Daniel Keel > Sent: Tuesday, December 18, 2007 9:05 AM > To: jQuery (English) > Subject: [jQuery] Re: $(document).ready same es Dean Edwards solution > > To be more precise: > > In Opera(9.3) and IE6 / 7

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

2007-12-18 Thread Dan G. Switzer, II
>Someone else with more experience should confirm this, but I believe the >ready function fires after the HTML is loaded but before the images or >other >binary content is downloaded. I don't believe it has anything to do with >the browser rendering the page or not. The goal of $(document).ready

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

2007-12-18 Thread Jeffrey Kretz
5 AM To: jQuery (English) Subject: [jQuery] Re: $(document).ready same es Dean Edwards solution To be more precise: In Opera(9.3) and IE6 / 7 this is what's happens - The page is loaded with the css rendering - The elements in question are rendered with the jQuery plugins (here is the probl

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

2007-12-18 Thread Daniel Keel
To be more precise: In Opera(9.3) and IE6 / 7 this is what's happens - The page is loaded with the css rendering - The elements in question are rendered with the jQuery plugins (here is the problem, because the user sees this rendering life ) - window.onload gets executed As far as I understa

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

2007-12-18 Thread Daniel Keel
OK. I put it on my test server. Right now does not happen because I'm loading a stylesheet dynamically to fix the problem for the moment. http://www.speculor.com/jquery/combi/ Hopefully someone can help me. -daniEL On Dec 18, 3:28 am, "Karl Rudd" <[EMAIL PROTECTED]> wrote: > It'd be helpf

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

2007-12-17 Thread Karl Rudd
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 Rudd On Dec 18, 2007 4:54 AM, Daniel Keel <[EMAIL PR

[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 > IE and Opera. As far as I have r