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);
});