jquery_viewport
jquery_viewport copied to clipboard
Add viewport selectors to jQuery. For example $("img:below-the-fold").something()
support npm
Hi all! How can I check if an object is not-in-viewport? Thx
Adding the ability to respond to additional settings specifically to increase or reduce the top or fold. This came in handy on a project where there was a sticky portion...
Support overlaps-fold and overlaps-top which tells us if an element is overlapping one of the borders.
I am using tranlateZ to zoom in/out of image stack. How do I get to know if an image is now visible in viewport ?
Hi @tuupola. this pull request will make it possible to download your project via bower. After merging it would rock hard, if you could exec the following command: `bower register...
1. Added .gitignore. 2. Added a README with the MIT license and the description from the website. 3. Cleaned up the whitespace in jquery.viewport.js .
You can now use $("selector:in-viewport(300)")
I have a page with three dom elements spread from top to bottom, none are visible on page load. Once element 1 enters into the viewport, both :in-viewport and :above-the-top...
http://immelman.ru/test/viewport/ `.outerWidth()` / `.outerHeight()` instead of `.width()` / `.height()` could fix it. Bug [found by @subzey](http://twitter.com/subzey/status/26442492951).