From: machineghost <machinegh...@gmail.com>
Date: Wed, 7 May 2008 15:57:04 -0700 (PDT)
Local: Wed, May 7 2008 6:57 pm
Subject: Re: Anyone Else Interested in a New Synthesized "onReady" Event (ala JQuery)?
Between the feedback on this list and the feedback I got offline (one
"Oh god, yes." email) it seems that there definitely is an interest for an "ondomready" synthesized event. As soon as I can find the time I'll try to combine Felipe's version (tweaked as per Per's comment) with jQuery's (to cover any browser cases Felipe's version doesn't) and post the result to this list. However, I do have one concern. It seems pretty clear that this
So I COULD just create a few more methods like
If there is support for "real" browser detect functions (as opposed to
Thoughts?
Jeremy
On May 6, 10:58 pm, "Bob Ippolito" <b...@redivi.com> wrote:
> This would definitely be convenient, it's always been on my list and
> I've hacked together crappy (polling) implementations once or twice, > but I never needed it bad enough to tackle all of the cross-browser > issues myself :) > On Tue, May 6, 2008 at 10:51 PM, Per Cederberg <cederb...@gmail.com> wrote:
> > I liked the "ondomready" name and structure. Looking at MSDN, they
> > document.onreadystatechange=fnStartInit;
> > Otherwise I like the proposed solutions and vote for inclusion to
> > Cheers,
> > /Per
> > On Wed, May 7, 2008 at 6:21 AM, Felipe Alcacibar B <falcaci...@gmail.com> wrote:
> > > oops, some mistake in the webkit part, sorry
> > > [code]
> > > if (/WebKit/i.test(navigator.userAgent)) {
> > > On 7 mayo, 00:12, Felipe Alcacibar B <falcaci...@gmail.com> wrote:
> > > > I prefer call it domready, because it is when dom nodes are loaded, i
> > > > [code]
> > > > /*@cc_on @*/
> > > > if (/WebKit/i.test(navigator.userAgent)) {
> > > > [/code]
> > > > and when i need to call them i use
> > > > [code]
> > > > [/code]
> > > > Felipe Alcacibar Buccioni
> > > > On 6 mayo, 17:47, machineghost <machinegh...@gmail.com> wrote:
> > > > > Hey All,
> > > > > In trying to explain why he liked jQuery, a co-worker of mine clued me
> > > > > In other word, it connects the provided function to the
> > > > > 1) The "DOMContentLoaded" event fires sooner (and if you have a heavy
> > > > > 2) Internet Explorer doesn't support "DOMContentLoaded" :-( Luckily
> > > > > Now, I don't have any desire to switch to jQuery; it has the same
> > > > > If there is interest in this event I'll be happy to help write a
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||