Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Created July 8, 2014 20:50
Show Gist options
  • Save moderatorwes/9e2ce307ea6d0f4f2670 to your computer and use it in GitHub Desktop.
Save moderatorwes/9e2ce307ea6d0f4f2670 to your computer and use it in GitHub Desktop.
Zendesk: Change wording of Search Button
// change wording inside of Search Button
$( "input[value='Search']" ).attr('value','Search Me' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment