Skip to content

Instantly share code, notes, and snippets.

@AntonLitvin
Created April 25, 2017 11:05
Show Gist options
  • Save AntonLitvin/f3214fc7fd147310c2dc4b905f72698c to your computer and use it in GitHub Desktop.
Save AntonLitvin/f3214fc7fd147310c2dc4b905f72698c to your computer and use it in GitHub Desktop.
jQuery Stop Draggable Elements
$('img').on('dragstart', function(event) { event.preventDefault(); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment