Ask questions and get good answers on jQuery

vote up 1 vote down
star

I am wondering what I can do not to display content during the load of a page. I.e. tab content appears unformatted for a split second before being displayed correctly. Thank you!

flag

1 Answer

vote up 1 vote down

You can set the visibility CSS property to hidden via css and than, on page load set it to visible via javascript.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.