jQuery-clickout
A jQuery plugin provides clickout event.
Download
Installation
You can also install jquery-clickout by using Bower.
bower install jquery-clickout
Usage
You could just use jQuery bind
or on
to listen event. JavaScript
element.bind('clickout', clickoutHandler); element.clickout(clickoutHandler);
License
The project is released under the MIT license.
Contact
The project's website is located at https://github.com/emn178/jquery-clickout
Author: Chen, Yi-Cyuan ([email protected])