Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Created July 8, 2014 20:59
Show Gist options
  • Save moderatorwes/7547d19db21a091c9ec4 to your computer and use it in GitHub Desktop.
Save moderatorwes/7547d19db21a091c9ec4 to your computer and use it in GitHub Desktop.
Zendesk: Point a Category to External Link
//Point Category to external link
$("ul.category-list li a:contains('My Category')").replaceWith('<a href="externallinkhere.com"> My Category</a> ');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment