JQuery Weather Widget

Back to article

Download

Options used

	$("#weather-widget").weatherWidget({
	   language: "en",
	   cities: Array(
			"belgrade", "Belgrade",
			"paris", "Paris",
			"london", "London", 
			"moscow", "Moscow", 
			"10099","New York", // postal code
			",,,43724590,19707284","Zlatibor" // coordinates (notice 3 comas)
	   ),
	   showForecast: true,
	   showForecastString: 'Show forecast',
	   hideForecastString: 'Hide forecast',
	   hideCurrentConditions: true
	});