Guest User

Untitled

a guest
Jan 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. var a=document.getElementById("city");a.onchange=function(){b(this.options[this.selectedIndex].value)};var c={temp:document.getElementById("weather-temp"),vlaga:document.getElementById("weather-moisture"),tlak:document.getElementById("weather-pressure"),tlakTend:document.getElementById("weather-pressureTend"),vjetarSmjer:document.getElementById("weather-windDirection"),vjetarBrzina:document.getElementById("weather-windSpeed"),vrijeme:document.getElementById("weather-weather")},e;
  2. for(e in weatherData.a)if(weatherData.a.hasOwnProperty(e)){var f=document.createElement("option");f.value=e;f.innerHTML=e;if(e==="Hvar")f.selected=true;a.appendChild(f)}function b(g){for(var d in c)if(c.hasOwnProperty(d))c[d].innerHTML=weatherData.a[g][d]}b("Hvar");
Add Comment
Please, Sign In to add comment