zWeatherFeed - Weather Feed Using WOEID Locations

This example gets the weather conditions for London using the Yahoo! WOEID location identifier.

Script

  $(document).ready(function () {
	$('#test').weatherfeed(['44418'],{
		woeid: true
	});
});

Result