我正在使用 nicescroll 在一个花式框中滚动。它在 chrome 和 firefox 中完美运行。但即使在 ie9 中也无法正常工作。但是插件说它支持ie6+,而且它也是常用的插件。
jQuery(function($) {
$(document).ready(function()
{
$(".popcontent").niceScroll({cursorwidth:"8", autohidemode: "false" });
});
});