Is there any way to use jQuery to determine which elements/items are visible
within a div that is overflowing? 

ie. let's say I have a bunch of <p> elements contained within a <div>, where
the <p> elements are overflowing the <div>.  I want to use localScroll to
scroll vertically to a given <p> element, but I'd like to know what other
<p> elements are visible within the <div> once this scroll completes. 

Is there any way to accomplish this?
-- 
View this message in context: 
http://www.nabble.com/Determining-visible-elements-in-an-overflowed-div-tp19425508s27240p19425508.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to