Why can’t blocks be hidden with jQuery?

It looks like your jQuery selector is incorrect.

Try <script>$(".hidetab").css("display", "none");</script>