Skip to content

Instantly share code, notes, and snippets.

@durgesh97025
Last active September 26, 2016 12:44
Show Gist options
  • Save durgesh97025/7baa658ae2ceda4a111285a03fb3a4b4 to your computer and use it in GitHub Desktop.
Save durgesh97025/7baa658ae2ceda4a111285a03fb3a4b4 to your computer and use it in GitHub Desktop.
Disable Taxonomy Field Control in SPOnline
$("[ID*='RequestorDutyStation']").find('[contenteditable]').attr('contenteditable','false').end().find('IMG').hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment