max-bottom

Standalone javascript library to make Max Bottom Scroll event


Keywords
event, standalone, scroll, max-bottom-scroll, max-bottom
License
MIT
Install
npm install max-bottom@0.0.2

Documentation

Max Bottom

Standalone javascript library to make max bottom scroll event. You can use it anywhere even with other JS library~ It Just works!

DEMO

Install

Include max-bottom.js to your web page.

or

You can install it via NPM

npm install max-bottom

Usage

// Make New Max Bottom Scroll Event
var myEvent = new onMaxBottom(function() {
  alert('MAX BOTTOM!');
  alert('You can load new content now~');
})

// Other Methods
// myEvent.remove() // To Remove Event Listener
// myEvent.reinit() // To Reinit Event Listener

Thank You for Making this useful~

Let's talk about some projects

Just Contact Me At:

License

MIT Copyright (c) 2016 - forever Naufal Rabbani