Ajax
Call a local script on the server/api/getWeather
with the query parameter zipcode=97201
and replace the element #weather-temp
's html with the returned text.
1
2
3
4
5
6
7
8
9
|
|
/api/getWeather
with the query parameter zipcode=97201
and replace the element #weather-temp
's html with the returned text.
1
2
3
4
5
6
7
8
9
|
|