I call hide() function when document ready on a specific <div>
that has display:block
and visibility:visible
by default (we show it by default, and we try to hide it with jQuery).
Sometimes when I refresh the page the <div>
appears during a fraction of a second then disappears according to the hide()
function.
My question: is there a way to avoid this <div>
twinkling ?
Thanks