Widget:CJP3: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
alert('Success!'); | alert('Success!'); | ||
alert('Data return: ' + data.query); | alert('Data return: ' + data.query); | ||
var props = .getOwnPropertyNames(data.query) | |||
alert(props); | |||
$.each(data.query.results, function (index, value) { | $.each(data.query.results, function (index, value) { | ||
//Assign variables the values returned from the function// | //Assign variables the values returned from the function// |