Skip to content

Instantly share code, notes, and snippets.

@web-zen
Created September 14, 2009 20:19
Show Gist options
  • Save web-zen/186903 to your computer and use it in GitHub Desktop.
Save web-zen/186903 to your computer and use it in GitHub Desktop.
success: function (o) {
if (o.statusText == 'OK') {
//alert("Ok: " + o.responseText );
var sysNumList = [];
sysNumList = YAHOO.lang.JSON.parse(o.responseText);
console.log(o.responseText);
for (var i = 0, len = sysNumList.length; i < len; ++i) {
alert(sysNumList[i]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment