What I want to do, is to catch the event when the user is scrolling div horizontally.
For vertical scroll I am using event \'mousewheel\' and it\'s working properly. ( horiz
I don't have the proper setup to test this, but $.scroll() should do the trick. It's probably preferable to binding the mousewheel event as well. People use all means of scrolling ;)