Skip to content

Instantly share code, notes, and snippets.

@RyanABailey
Created November 27, 2014 02:37
Show Gist options
  • Select an option

  • Save RyanABailey/e83fbc9fc38879d9134e to your computer and use it in GitHub Desktop.

Select an option

Save RyanABailey/e83fbc9fc38879d9134e to your computer and use it in GitHub Desktop.
disable paste
$(document).ready(function () {
$('#email').bind("paste", function (e) {
e.preventDefault();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment