https://github.com/usablica/kissui.position
Track element(s) on the page like a boss.
https://github.com/usablica/kissui.position
Last synced: about 1 year ago
JSON representation
Track element(s) on the page like a boss.
- Host: GitHub
- URL: https://github.com/usablica/kissui.position
- Owner: usablica
- License: mit
- Created: 2016-07-17T11:40:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-25T09:17:31.000Z (almost 10 years ago)
- Last Synced: 2025-06-08T16:43:14.740Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://usablica.github.io/kissui.position/
- Size: 24.4 KB
- Stars: 23
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kissui.position
Track element(s) on the page like a boss.
This library is a part of Kissui project.
# Install
You can use *NPM* or *Bower* or *download the package manually*.
# Getting Started
Using this libarary is as easy as adding `data-kui-position` attribute to your elements:
```html
```
and then bind an event listener:
```js
kissuiPosition.on ('in', function (element) {
console.log('yay!', element);
});
```
and to init the library, call this before `