Created
December 31, 2014 18:41
-
-
Save fabrizim/87c565dfc98b9f29bf18 to your computer and use it in GitHub Desktop.
Ajax Sync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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