Skip to content

Instantly share code, notes, and snippets.

@romanoffs
Created August 10, 2017 16:12
Show Gist options
  • Save romanoffs/65f0bee9b99c291526f9cf0af775be3a to your computer and use it in GitHub Desktop.
Save romanoffs/65f0bee9b99c291526f9cf0af775be3a to your computer and use it in GitHub Desktop.
от перетаскивания картинок
$("img, a").on("dragstart", function(event) { event.preventDefault(); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment