Skip to content

Instantly share code, notes, and snippets.

@anselmelly
Last active May 16, 2016 12:51
Show Gist options
  • Select an option

  • Save anselmelly/2f401fb97f11181415ffd722f64c8de7 to your computer and use it in GitHub Desktop.

Select an option

Save anselmelly/2f401fb97f11181415ffd722f64c8de7 to your computer and use it in GitHub Desktop.
$.get(api_url+'/contact/3/update',{
contact_group:3,
phone:"0721234567:
},function(d){
console.log(d);
},'json');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment