Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 242 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 242 Bytes

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
});