View Single Post
Old 11-05-2008, 12:52 PM   #5 (permalink)
westworld
The Visitor
 
Join Date: Nov 2008
Posts: 1
Thanks: 0
westworld is on a distinguished road
Default

you can also use dom:loaded
expl.
Code:
document.observe("dom:loaded", function() {
  // initially hide all containers for tab content
  $$('div.tabcontent').invoke('hide');
});
westworld can be found @ westworld
westworld is offline  
Reply With Quote