0.0.2 • Published 8 years ago

max-bottom v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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