Skip to content

Instantly share code, notes, and snippets.

@dmassiani
Created December 22, 2017 09:47
Show Gist options
  • Save dmassiani/001361bfca26caeace746b87a802cbca to your computer and use it in GitHub Desktop.
Save dmassiani/001361bfca26caeace746b87a802cbca to your computer and use it in GitHub Desktop.
$(document.body).delegate( '#overlay' , 'click', function(e){
e.preventDefault();
$(document).trigger('overlayFocus', [this]);
});
$(document).on('overlayFocus', function ( event, button ) {
// remove overlay
// blur search
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment