Friday, December 4, 2009

Auto hide element using jQuery

If you are looking for a way to hide any segment of your page automatically after a given time then you are in the right place. All you have to do is insert the script file provided from this post and add ID and AutoHide attribute to your HTML element.

Script





Demo
This part will be hidden in 500 milliseconds.


This part will be hidden in 1 second.


This part will be hidden in 3 seconds.


This part will be hidden in 5 seconds.


Refresh page to view again. Click here to download the script.