Skip to content

Instantly share code, notes, and snippets.

@dantetesta
Last active April 20, 2022 13:50
Show Gist options
  • Save dantetesta/c77e280ee3441d7bf6f4a51521227f83 to your computer and use it in GitHub Desktop.
Save dantetesta/c77e280ee3441d7bf6f4a51521227f83 to your computer and use it in GitHub Desktop.
<script>
jQuery( document ).ready(function() {
//Declare os campos que não quer permitir edição.
jQuery('#campo1, #campo2, #campo3').prop('readonly', true);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment