Skip to content

Instantly share code, notes, and snippets.

@IsaacAndres
Created March 9, 2020 03:14
Show Gist options
  • Save IsaacAndres/c0f21c8146a6ad966af276f3f7226d64 to your computer and use it in GitHub Desktop.
Save IsaacAndres/c0f21c8146a6ad966af276f3f7226d64 to your computer and use it in GitHub Desktop.
Desabilitar todos los input
$(function(){
$(":input").prop("disabled", true);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment