test/emission_fichiers/footer.js
author hamidouk
Fri, 09 Sep 2011 15:13:06 +0200
changeset 31 cbb1425bc769
parent 0 c357d5b60635
permissions -rw-r--r--
begun breaking the code across multiple files.

function boutonHautDePage(){
	$("#top-page").click(function() {
		var hauteur = 0;
		$('html,body').animate({scrollTop: hauteur}, 1000);
	});
	return false;
}
//
Drupal.behaviors.franceculture_header_footer = function (){
    boutonHautDePage();
}