Skip to content

Instantly share code, notes, and snippets.

@jeremyb
Created November 3, 2010 13:11
Show Gist options
  • Save jeremyb/661054 to your computer and use it in GitHub Desktop.
Save jeremyb/661054 to your computer and use it in GitHub Desktop.
// env condition:
if (globalConfigs.env == 'dev') {}
// jQuery DOM manipulation:
$('#example').html(globalConfigs.i18n.example);
// jQuery ajax call:
$.get(globalConfigs.urls.ajaxAutocomplete, function(data) {});
// enjoy!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment