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

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -