Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Last active August 29, 2015 14:03
Show Gist options
  • Save moderatorwes/8119cd6e7a17b0892c2b to your computer and use it in GitHub Desktop.
Save moderatorwes/8119cd6e7a17b0892c2b to your computer and use it in GitHub Desktop.
Zendesk: Hide a Section from View
//Hide a Section from View
$(' h3 a:contains("Section Name")').closest('.section').hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment