Near
05-31-2008, 11:59 PM
Umm This Is Java Script Can Anyone Tell Me If This Works I Put It On My Forum And It Works Im Wondering If It Will Work On Your. Test It Plz. when you click on a link to go to another page, the body will fade out, then fade in to the next page.
<script>//<![CDATA[ $(function(){$("body").hide().fadeIn(500);$("a").click(function(){$("body").fadeOut(500)});});//]]></script>
<script>//<![CDATA[ $(function(){$("body").hide().fadeIn(500);$("a").click(function(){$("body").fadeOut(500)});});//]]></script>