Is there a method to determine how many pixels of scroll remain on the page when the scrollbar is set at a specific position?
I am currently utilizing jQuery's scrollLeft feature, which can be found here: http://api.jquery.com/scrollLeft/. I want to ensure I do not exceed the available scroll space...