JSFiddle - React, Tailwind, and code Playground
by blowsie
CSS
.done{}
JavaScript
$.get('http://www.google.com/ig/api?weather=CM12QE', function(data) {
$('.result').html(data);
alert('Load was performed.');
});
by blowsie
.done{}
$.get('http://www.google.com/ig/api?weather=CM12QE', function(data) {
$('.result').html(data);
alert('Load was performed.');
});