On Jan 13, 8:30 am, "T.J. Crowder" <[email protected]> wrote: > Hi Juriy, > > That inline script could muddy the water in terms of DOM availability, > etc. Perhaps a minor mod:
I usually try to eliminate as much of irrelevant prototypeism as possible when creating a testcase : ) Why use "dom:loaded" (which is also known to be unreliable in IE in its current implementation) when we can simply run script at the time when <body> is definitely loaded and parsed. [...] -- kangax --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
