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

c++ - error: use of deleted function -

c# - how to write client side events functions for the combobox items -

Cursor error with postgresql, pgpool and php -