test/emission_fichiers/footer.js
author hamidouk
Thu, 22 Dec 2011 16:10:15 +0100
branchcalage-segmentsWidget
changeset 514 f5865a99be69
parent 0 c357d5b60635
permissions -rw-r--r--
WIP - first version of the rounding algorithm.

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