Skip to content

Instantly share code, notes, and snippets.

@overstrides
Last active March 3, 2016 08:27
Show Gist options
  • Save overstrides/17bee14266692e5d7965 to your computer and use it in GitHub Desktop.
Save overstrides/17bee14266692e5d7965 to your computer and use it in GitHub Desktop.
Прозрачный для кликов мышкой блок
CSS
pointer-events:none
or jQuery
$('.overlay').click(function(e){
$(".target").trigger(e);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment