I'm using Sliding Tabs Jquery Plugin which have mouse wheel scrolling facilities ON as default value. Below is the ref url from where I use code. http://mauriceaquilina.com/build/slidingtabs
Now I don't need mouse wheel scrolling. How can I disable that?
I have already used below codes.
mousewheel : false,
tabsScroll: false,
but they are not working even after installing JQuery MouseWheel Plugin. Can anybody help?