Skip to content

Instantly share code, notes, and snippets.

@vuongtran
Last active September 9, 2015 03:32
Show Gist options
  • Save vuongtran/3f838991f60990f34b0c to your computer and use it in GitHub Desktop.
Save vuongtran/3f838991f60990f34b0c to your computer and use it in GitHub Desktop.
boom-get-request
// $.get(url)
// .done(function(response) {
// if (response.status === 'success') {
// // draw chart line now
// //fnDrawChartPieAndBar(option);
// } else {
// console.log(response.message);
// }
// }).fail(function(error) {
// console.log(error);
// });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment