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# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -