Skip to content

Instantly share code, notes, and snippets.

@fabianneve
Created November 17, 2017 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabianneve/6358c5338d26f1d9eca1d8fc6d92ebb3 to your computer and use it in GitHub Desktop.
Save fabianneve/6358c5338d26f1d9eca1d8fc6d92ebb3 to your computer and use it in GitHub Desktop.
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment