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!
jQueryExchange,
Ask questions and get good answers on jQuery
|
|
|
|
|
|
|
You can set the visibility CSS property to hidden via css and than, on page load set it to visible via javascript. |
||
|
|
