Skip to content

Instantly share code, notes, and snippets.

@yuriitaran
Forked from agragregra/stopdrag.js
Created February 4, 2018 11:40
Show Gist options
  • Save yuriitaran/1a8b86c64c2840d835219f24a5eeeb29 to your computer and use it in GitHub Desktop.
Save yuriitaran/1a8b86c64c2840d835219f24a5eeeb29 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