Thursday, May 6, 2010

I don't like blogging, but I really kinda like technology.

In case I forget:
Here's the most awesome way to make an HTML page fade in
In the head put:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>

In the body, just before the tag, put:

<script type="text/javascript">
$('body').hide();
$('body').fadeIn(1000);
</script>

Woo hoo!!! No more stinky Meta tag problems!

No comments:

Post a Comment