Skip to content

Instantly share code, notes, and snippets.

@skipjac
Created February 19, 2011 20:44
Show Gist options
  • Select an option

  • Save skipjac/835353 to your computer and use it in GitHub Desktop.

Select an option

Save skipjac/835353 to your computer and use it in GitHub Desktop.
change the text on submit a request in zendesk
jQuery('#top-menu li.tab_new a').html('new');
jQuery('h2:contains(Submit a request)').html('new');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment