In some browsers it observes the DOMContentLoaded event. In others (IE) there are different workarounds.
The following links should get you started: http://dean.edwards.name/weblog/2006/06/again/ http://ajaxian.com/archives/domcontentloadednext http://www.google.com/search?q=domcontentloaded TAG On Apr 25, 2007, at 8:12 AM, Walter Lee Davis wrote: > > As I understand it, jQuery document.ready signals way before > Event.observe(window,'load'...), since it knows somehow that the > DOM is > ready, even if all the graphics haven't loaded yet. > > Is there a similar event I could hook on to in Event.observe that > would > get me the benefit of quickly hiding a big page full of tab content > before it has a chance to flash on screen? > > Thanks in advance, > > Walter > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
