Skip to content

Instantly share code, notes, and snippets.

@skipjac
Last active August 29, 2015 14:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skipjac/b4ac9cd9e5debb6bc6d3 to your computer and use it in GitHub Desktop.
Save skipjac/b4ac9cd9e5debb6bc6d3 to your computer and use it in GitHub Desktop.
change submit a request to contact us and point to a zendesk form
$('a.submit-a-request').text('Contact Us').attr('href', function(){return this +'?ticket_form_id=18434';}).addClass('contact-info');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment