johanafm wrote:Why even bother to use jQuery to hide something that could be hidden from the start using CSS? If you want it hidden to begin with, make it so from the start.
But if you want the page to remain functional without JavaScript, then instead of hiding it and showing it if necessary you need to show it and hide it if possible.
Again, assuming the page should remain functional in the absence of JavaScript.