Wednesday 15 April 2015

jquery - jScrollpane mousewheel not working in all browsers -


I am using jscrollpane. These are the files that I am using in the same sequence.

  & lt; Link rel = "stylesheet" href = "css / normalize.css" & gt; & Lt; Link rel = "stylesheet" href = "css / jquery-ui-1.9.2.custom.css" & gt; & Lt; Link rel = "stylesheet" href = "css / jquery.jscrollpane.css" & gt; & Lt; Link rel = "stylesheet" href = "css / style.css" & gt; & Lt; Script src = "js / vendor / modernizr-2.6.2.min.js" & gt; & Lt; / Script & gt; . material . & Lt; Script src = "// ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> & Lt; Script & gt; Window.jquire || Document.write ('& lt; script src = "js / vendor / jquery-1.9.0.min.js" & gt; & lt; / script & gt;') & lt; / Script & gt; & Lt; Script src = "js / plugins.js" & gt; & Lt; / Script & gt; & Lt; Script src = "js / vendor / jquery-ui-1.9.2.custom.js" & gt; & Lt; / Script & gt; & Lt; Script src = "js / vendor / jquery.selectbox-0.2.js" & gt; & Lt; / Script & gt; & Lt; Script src = "js / jquery.jscrollpane.min.js" & gt; & Lt; / Script & gt;   

In this way I am implementing this plugin.

  var api = $ ('. Scroll-style'). JScrollPane ({showArrows: false, Maintenance: Incorrect,}). Data ('jsp');   

The problem is that the scrolls by the Muswell are not working properly in some browsers (please see the list).

How to adjust motion mousewheel?

Work fine with Muswell - & gt; Chrome, IE 9

MouseWheel is not working at all - & gt; Firefox 15, IE8

I also need it in IE8 and Firefox too.

It seems that you have not included the MoSvil JS. Use the mousewill speed Mouse wheelpid

For example jQuery ('.croll-style') please include the latest one from here JScrollPane ({mouseWheelSpeed: 50});

No comments:

Post a Comment