我正在使用fancyBox在Ajax模式下显示我的内容。我想将mCustomScrollbar添加到显示内容中div的滚动条,但它没有显示。在内容的页面上,mCustomScrollbar工作正常,但不在fancyBox Ajax窗口中。
我认为我必须使用 beforeLoad 或 beforeShow 回调来调用第二个脚本,但两者都无效。
beforeShow: function(){
$(".textItem").mCustomScrollbar();
}
这一切都可能吗?
非常感谢您的帮助:)
答案 0 :(得分:2)
afterShow: function(){
$(".textItem").mCustomScrollbar();
}