HTML5 APPLICATIONS DEVELOPMENT MANUAL
lu
(lu)
#1
So now we have on our app the location:
We will do the same for the temperature and the weater description.
Let’s create
Then sellect them and update the html in the javascript with:
$('#currentTemp').html(currentTemp)and $('#currentWeather').html(currentWeather);