I am using jQuery tabs control on http://www.quickerbook.imobisoft.eu . On top right corner, under “My Account” you can see tabs appear for some time and hide until the page loads completely. I tried so many Posts/Forums to fix the issue but because of beginner level in jQuery I am unable to fix the issue.
Please guide how can I hide the tabs? It should appear when user clicks on “My Account” tab.
The ‘flash of unstyled content’ is because the page displays before the javascript has javascript runs in the page.
I like to go for the modernizr approach of adding a classname to the root html element, then using css to hide elements based on js being enabled.
So, in your
<head>Then add this style to hide the tab: