}); | }); | ||||
function boulange_scroll(id) { | function boulange_scroll(id) { | ||||
$('html,body').animate({ | |||||
scrollTop: $("#"+id).offset().top}, | |||||
1000); | |||||
if($("#"+id).size()) | |||||
$('html,body').animate({ | |||||
scrollTop: $("#"+id).offset().top}, | |||||
1000); | |||||
} | } | ||||
function boulange_index_commandes() | function boulange_index_commandes() |