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
Post a Comment