anand81192

Results 3 comments of anand81192

try this code inside , it worked for me if (navigator.userAgent.match(/Trident\/7\./)) { // if IE function handle(delta) { parent.stop().animate({ scrollTop: parent.scrollTop() - (distance * delta) }, time); } parent.on("mousewheel", function...

try this code inside , it worked for me ``` if (navigator.userAgent.match(/Trident/7./)) { // if IE function handle(delta) { parent.stop().animate({ scrollTop: parent.scrollTop() - (distance * delta) }, time); } parent.on("mousewheel",...