0.0.2 • Published 7 years ago

click-outside-js v0.0.2

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

Click Outside JS

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

DEMO

Install

Include click-outside.js to your web page.

or

You can install it via NPM

npm install click-outside-js

Usage

// Define the element
var el = document.getElementById('target');

// Make New Click Outside Event
var myEvent = new onClickOutside(el, function() {
  console.log("You've Just Clicked Outside The Box!");
})

// 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