فهرست منبع

Look for "onwheel" in the document and also check the documentMode for
IE compatability

Brandon Aaron 11 سال پیش
والد
کامیت
aedf82e5e8
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      jquery.nicescroll.js

+ 2 - 2
jquery.nicescroll.js

@@ -2034,7 +2034,7 @@
       var el = ("jquery" in dom) ? dom[0] : dom;
       
       if (name=='mousewheel') {
-        if ("onwheel" in self.win) {            
+        if ("onwheel' in document || document.documentMode >= 9) {            
           self._bind(el,"wheel",fn,bubble||false);
         } else {            
           var wname = (typeof document.onmousewheel != "undefined") ? "mousewheel" : "DOMMouseScroll";  // older IE/Firefox
@@ -3250,4 +3250,4 @@
   }
   
 }));
-  
+