Архив

Архив Декабрь 2013
5 декабря 2013 Нет комментариев
$(document).ready(function() {
	$("body").css("display","none");
	$("body").fadeIn(100);
	$("a").click(function(event){
		event.preventDefault();
		linkLocation=this.href;
		$("body").fadeOut(100,redirectPage);
	});
	function redirectPage() {
		window.location=linkLocation;
	}
});
Categories: Javascript Tags:
5 декабря 2013 Нет комментариев
<meta http-equiv="Page-Enter" content="revealTrans(duration=1, transition=4)">
<meta http-equiv="Page-Exit" content="revealTrans(duration=1, transition=4)">
Categories: Web Tags: