$(document).ready(function() {
// var nice = $("html").niceScroll(); // The document page (body)
var scroll_var = $(".panel").niceScroll({
cursorborder:"",
cursorcolor:"#00F",
boxzoom:true
});
scroll_var.scrollend(function(){
});
});
获取 scrollend 是未定义的。