zWeatherFeed - Automatic Refresh Example

This example shows how to configure the plugin to automatically refresh the weatherfeed at 1 minute intervals.

Script

$(document).ready(function () {
	$('#test').weatherfeed(['UKXX0085'], {
		refresh: 1
	});
});

Result