https://github.com/vasanthk/inview-jquery-plugin
Watch elements on the page and fire events when it is first viewed.
https://github.com/vasanthk/inview-jquery-plugin
Last synced: 28 days ago
JSON representation
Watch elements on the page and fire events when it is first viewed.
- Host: GitHub
- URL: https://github.com/vasanthk/inview-jquery-plugin
- Owner: vasanthk
- Created: 2014-07-18T21:09:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T01:48:26.000Z (over 11 years ago)
- Last Synced: 2025-02-10T18:14:13.313Z (over 1 year ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InView jQuery Plugin
Watch elements on the page and fire a callback function when it is viewed.
Note: jQuery selector should match only one element on the page.
**Installation**
```
bower install inview-jquery-plugin
```