// JavaScript Document $('document').ready(function(){ $('#hasjs').show(); $('#hasnojs').hide(); });