test/emission_fichiers/footer.js
author hamidouk
Tue, 20 Sep 2011 13:11:53 +0200
changeset 50 b5849024c5c5
parent 0 c357d5b60635
permissions -rw-r--r--
modifié .hgignore pour ignorer les fichiers construits automatiquement.

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