11-05-2008, 12:52 PM
|
#5 (permalink)
|
|
The Visitor
Join Date: Nov 2008
Posts: 1
Thanks: 0
|
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
|
|
|
|