Hello,
I have a function that I bound with scroll() event, but the fact is I want the function to be triggered only in case of vertical scroll ( I have some horizontal scroll too).
I didn't see such possibility in the documentation of jQuery, might there be a trick to do so?
Thanks a lot :)