jQuery- Check if element are within the user visible viewport
A small plugin for jQuery, by Sam Sehnert, that checks whether elements are within the user visible viewport of a web browser. Only accounts for vertical position, not horizontal. (function ($) { /** * Copyright…