Jquery and JSON
Change class name on click in jQuery
by m4xout
JavaScript
$.getJSON('http://www.bom.gov.au/fwo/IDN60701/IDN60701.94749.json', function(data) {
//data is the JSON string
console.log(data);
});
by m4xout
$.getJSON('http://www.bom.gov.au/fwo/IDN60701/IDN60701.94749.json', function(data) {
//data is the JSON string
console.log(data);
});