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.