It's my first question on SO, so I hope I'm doing it right. Basically, I would like to know how would one go about creating a jQuery event that would trigger when a scroll marker is released if scrolling with mouse (and also when scrolling with keyboard).
When searching the Internet I have found a special scrollstop event here that triggers when scrolling stops, but that includes the case when scrollbar is still being held. Can events somehow be combined, so let's say scrollstop event only triggers when mouse is released also?
(I need to mention that I'm quite new to both Javascript and jQuery and by relation quite newbish regarding their event models so I hope I'm not asking anything obvious).