jQWidgets Forums

jQuery UI Widgets Forums Navigation Tabs Hiding Div content until page is loaded

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 11 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Hiding Div content until page is loaded #50223

    assaf.frank123
    Participant

    Hi,

    I see that both in jqxTabs as well as jqxWindow the div contents are visible while the page is loading.
    From searching the forum I see the best advice is to hide the divs and display them again when the page has loaded.

    For windows this works great – actually , it is enough to set the window div as style=”display:none” and it appears as needed even without actively changing the display to “display:block”.

    For tabs this does not work – the entire tabs structure doesn’t appear properly. I tried actively changing to block and this causes the tabs not to load well (I tried for outer div as well as UL structure.

    Any solution for this?

    Thanks.

    Hiding Div content until page is loaded #50265

    Dimitar
    Participant

    Hello assaf.frank123,

    You may try the alternative – toggling the visibility CSS property (from visibility: hidden to visibility: visible when the page has loaded).

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.