jQWidgets Forums

jQuery UI Widgets Forums Navigation Tabs jqxTabs renders slowly

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  defyent 7 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • jqxTabs renders slowly #95405

    defyent
    Participant

    I’ve got an issue where jqxTabs seems to take about a second or so to render properly. What’s displayed first on the page is what looks like all of my form elements etc with no css applied, in one long line down my page, and no tabs, then after a second everything snaps into place with the tabs and correct styles. Is there any way to make the tabs only display once everything has rendered properly? It makes it look a bit messy, Cheers.

    jqxTabs renders slowly #95419

    Peter Stoev
    Keymaster

    Hi defyent,

    It does not render slowly, but it renders after the script runs and it runs on document.ready i.e after everything on your page is loaded. Developers usually do the following: put visibility: hidden to the DIV tag and after the script runs, put it back to visible.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    jqxTabs renders slowly #95434

    defyent
    Participant

    Thanks for the quick reply, maybe my description wasn’t quite accurate but I wasn’t sure how else to describe it. What you’ve suggested is exactly what I tried, and while it seemed to make the delay a little quicker, it still did not completely fix the problem.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.