mcustomscrollbar无法读取属性' tagName'

时间:2015-03-24 01:50:32

标签: javascript jquery joomla3.0

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进行了测试。

  • jquery.mCustomScrollbar.min.js v3.0.8
  • HTML5 Shiv 3.7.3-pre
  • jquery.mousewheel.min.js v 3.1.12
  • headroom.js
  • headroom_init.js
  • 最新的JUI

我认为此代码会导致冲突:

(function($){ 
  $(window).load(function(){  
  $("body").mCustomScrollbar({
    mouseWheelPixels: 300,
    scrollButtons:{ enable:true }, theme:"minimal"}); 
}); })(jQuery);

如何解决?

0 个答案:

没有答案