Skip to content

Instantly share code, notes, and snippets.

@fabrizim
Created December 31, 2014 18:41
Show Gist options
  • Save fabrizim/87c565dfc98b9f29bf18 to your computer and use it in GitHub Desktop.
Save fabrizim/87c565dfc98b9f29bf18 to your computer and use it in GitHub Desktop.
Ajax Sync
/**
* Retrieve the stored shopping cart and pass it to the callback.
*/
sync : function(){
return $.get('/modules/booking/content/functions.cfc?method=getCartJSONAjax&returnFormat=json');
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment