Google Reader and Gmail have scrollable divs that has a shadow on top if the div was scrolled. The shadow changes opacity depending on how much the div was scrolled. How can I check how much an element was scrolled using Javascript/jQuery?
Share
http://api.jquery.com/scrollLeft
http://api.jquery.com/scrollTop
or
http://api.jquery.com/scroll