Skip to content

Instantly share code, notes, and snippets.

@christianvuerings
Created October 30, 2012 17:58
Show Gist options
  • Save christianvuerings/3981880 to your computer and use it in GitHub Desktop.
Save christianvuerings/3981880 to your computer and use it in GitHub Desktop.
UC Berkeley - developer.berkeley.edu - auto fill api id's and keys
$('input[name="api_id"]').val('xxxxxx');
$('input[name="api_key"]').val('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment