Skip to content

Instantly share code, notes, and snippets.

@jcblw
Created August 23, 2013 18:33
Show Gist options
  • Save jcblw/6322533 to your computer and use it in GitHub Desktop.
Save jcblw/6322533 to your computer and use it in GitHub Desktop.
ajax
ajax( 'url', { /*data */ }, function ( err, res ) {
if ( err ){
// handle
return null;
}
// good
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment