Juitabs Loading

Hi, i’m using CJuitabs in my app and it loads tab menu items from a model. Now the problem is, on loading time it (tab menu, not tab data) shows as list (<ul> <li> list) in the page and after sometime it loads correctly. How it can avoid in loading time? Is it possible to add loading indicator to this on loading time?

Maybe you can hide the list with css first. So tabs appear when ready?

Or use a very simple tab script, can be faster: http://www.jacklmoore.com/notes/jquery-tabs/

How it can hide the list before loading using css?

I guess a "display:none" would do.