![]() |
"Hidden" field is greyed out |
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 src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script> | |
<script type="text/javascript"> | |
_spBodyOnLoadFunctionNames.push("ready"); | |
function ready() | |
{ | |
$("h3.ms-standardheader:contains('Question')").closest("tr").hide(); | |
} | |
</script> |
Now the Question field isn't visible anymore.
No comments:
Post a Comment