Last active
April 20, 2022 13:50
-
-
Save dantetesta/c77e280ee3441d7bf6f4a51521227f83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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