flash of unstyled jQuery UI tabs -


i'm using jquery ui tabs , i'm bothered flash of unstyled content until widget loads. i'm trying display loading image before tabs load can't work. please advise. thanks.

 $(function() { var loading = "img src='spinner.gif'"; $("#producttabs").html(loading).tabs(); }); 


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -