!function(t){var e,i;e="Dhaka",i="",t.simpleWeather({location:e,woeid:i,unit:"f",success:function(e){text='

'+e.temp+"°"+e.units.temp+"

",text+='
'+e.city+", "+e.region+"
",text+='
'+e.currently+"
",text+='
'+e.alt.temp+"°C
",t("#weather-one").html(text)},error:function(e){t("#weather-one").html("

"+e+"

")}})}(jQuery);