When my page displays I briefly see a flicker of the list bullet points before they are replaced by the tabs.
I saw the following post on the subject:
https://www.jqwidgets.com/community/topic/jqxtabs-renders-slowly/
It says the tabs are rendered after the document.ready and to use the hidden DIV tag and then put it back to visible after the script runs.
But when do I make it visible? I tried doing it in a timer at the end of the document.ready but I still get the bullet points flickering.
So where do I put the show code please and is there an example?
Thanks