click-outside-js

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i click-outside-js

Weekly Downloads

759

Version

0.0.2

License

MIT

Last publish

Collaborators

  • bosnaufal