[jQuery] Re: Firing off a jQuery action ASAP - before document ready?

2007-11-21 Thread Karl Swedberg
Have you looked at the elementReady plugin? might help. http://jquery.com/plugins/project/elementReady --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Nov 21, 2007, at 1:34 PM, zarino wrote: Hi Andy. Thanks for the suggestion, but I'm not sure it's

[jQuery] Re: Firing off a jQuery action ASAP - before document ready?

2007-11-21 Thread zarino
Hi Andy. Thanks for the suggestion, but I'm not sure it's made much of a difference. Zarino On Nov 21, 4:51 pm, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > have you tried window.ready? > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf

[jQuery] Re: Firing off a jQuery action ASAP - before document ready?

2007-11-21 Thread Glen Lipka
If you put it at the top of the page NOT in a ready block, it should run before the dom is even loaded. Not sure what you are doing. Maybe CSS could help (runs early). Maybe post a sample. Glen On Nov 21, 2007 8:51 AM, Andy Matthews <[EMAIL PROTECTED]> wrote: > > have you tried window.ready? >

[jQuery] Re: Firing off a jQuery action ASAP - before document ready?

2007-11-21 Thread Andy Matthews
have you tried window.ready? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of zarino Sent: Wednesday, November 21, 2007 8:20 AM To: jQuery (English) Subject: [jQuery] Firing off a jQuery action ASAP - before document ready? Hi there! I have a