max-bottom

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i max-bottom

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • bosnaufal