Skip to content

Instantly share code, notes, and snippets.

@s2ar
Created April 25, 2016 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s2ar/016a500288adc0d3ac2ef1a261972d75 to your computer and use it in GitHub Desktop.
Save s2ar/016a500288adc0d3ac2ef1a261972d75 to your computer and use it in GitHub Desktop.
jQuery. pointer-events
// method beginner
var el = jQuery(this);
el.css('pointer-events','none');
// ajax code
// method end
el.css('pointer-events','auto');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment