Skip to content

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

License

Notifications You must be signed in to change notification settings

changalberto/jquery.clickout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

No packages published