mCustomScrollbar
Uncaught TypeError: Cannot read property 'tagName' of null
com.yandex.bar.chrome.js:1 b
com.yandex.bar.chrome.js:1 a
我在Chrome上使用Joomla rt-anacron模板v1.3进行了测试。
我认为此代码会导致冲突:
(function($){
$(window).load(function(){
$("body").mCustomScrollbar({
mouseWheelPixels: 300,
scrollButtons:{ enable:true }, theme:"minimal"});
}); })(jQuery);
如何解决?