Is there a function, or plugin, that tells me if more than 50% of a <div>
block is currently being displayed?
I know there are things like $.offset()
but I didn't want to do it by hand every time the user resizes it's window or scroll to a region.
Something on the lines of :visible
, but that is currently visible.
Thanks!