advanced code snippet search
terrencewood on 08/17/10
css javascript html
08/17/10 08:13pm08/17/10 08:12pm08/17/10 08:08pm
<!-- add after the title tag --><style>.js .js-hide{display:none}</style><script>document.documentElement.className='js'</script> <!-- add when page has loaded --><script>jQuery(function($){$('html').removeClass('js')});</script>
Report this snippet Tweet
Comment:
You need to login to post a comment.