0

I'm using overthrow plugin for horizontal scrolling in both desktop and mobile platforms.

This is my code, it works correctly, but I want to allow scrolling on it also by mouse wheel.

How to do that?

Mahdi Ghiasi
  • 14,873
  • 19
  • 71
  • 119
  • try. this: http://stackoverflow.com/questions/2842041/jquery-horizontal-scroll-with-mousewheel – frequent Jun 29 '12 at 16:13
  • In the function that used in that links, delta is always `undefined`... – Mahdi Ghiasi Jun 29 '12 at 19:00
  • sorry, haven't looked into this in detail, but there seem to be plenty of plugins available to link scroll events to the mousewheel scrolling. keep in mind that overflow scrolling doesn't necessarily trigger 'real' scroll events – frequent Jun 29 '12 at 19:16

1 Answers1

1

I have found that Mouse Wheel Plugin can solve the problem.

Here is the solution.

Mahdi Ghiasi
  • 14,873
  • 19
  • 71
  • 119