Have pages load with a subtle fade effect using jQuery. Simply include jQuery and add the following. Simple!
|
1 2 3 4 |
jQuery(document).ready(function(){ jQuery("body").css("display", "none"); jQuery("body").fadeIn("slow"); }); |
Have pages load with a subtle fade effect using jQuery. Simply include jQuery and add the following. Simple!
|
1 2 3 4 |
jQuery(document).ready(function(){ jQuery("body").css("display", "none"); jQuery("body").fadeIn("slow"); }); |
Nice one