An open API service indexing awesome lists of open source software.

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.

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 `