Last active
September 9, 2015 03:32
-
-
Save vuongtran/3f838991f60990f34b0c to your computer and use it in GitHub Desktop.
boom-get-request
This file contains 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
// $.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