I am working on a web page based on Bootstrap
CSS
and consisting of several tabs. When dealing with small and xs devices
I am using http://openam.github.io/bootstrap-responsive-tabs/# to make the tabs stack vertically.
Although it works properly there is a short time, when the page is loaded, in which the standard tabs are shown and then the bootstrap
responsive
script
is executed. What is the right way of avoiding that?
I was thinking to make the tabs hidden and then visible when the document is ready after the responsive tab script is invoked.