---

$("body").mCustomScrollbar("scrollTo",".footer");

$("body").mCustomScrollbar("scrollTo",".footer",{scrollInertia:0});


$("body").mCustomScrollbar("scrollTo",this);


$("#mcs_container .content").load("new.html", function(){
$("#mcs_container").mCustomScrollbar("vertical",400,"easeOutCirc",1.05,"auto","yes","yes",10);
});

view-source:http://www.pinceoreilles.fr/assets/js/mCustomScrollbar/examples/infinite_scroll_example.html

 //$('body').scrollTop()

view-source:http://www.pinceoreilles.fr/assets/js/mCustomScrollbar/examples/callbacks_example.html