Skip to content

smartprocure/jquery.clickout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery.clickout

A simple custom jQuery element click:out event. An event triggered when clicking outside of the targeted element.

Usage

$('.element').on('click:out', function(e){
  // Close Modal
});

About

A simple custom jQuery element click:out event. An event triggered when clicking outside of the targeted element.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%