Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. &ltscript
  2. src="https://code.jquery.com/jquery-3.2.1.min.js">&lt/script>
  3. &ltscript>
  4. function disableColumns(){
  5. $('input, select, textarea', '.ms-formbody').prop('disable', true).css('background-color', '#ccc');
  6. $('textarea[title="Comments"', '.ms-formbody').removeProp('disable').css('background-color', '#ccc');
  7.  
  8. }
  9.  
  10. $(document).ready(function(){
  11. disableColumns();
  12. })
  13. &lt/script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement