zWeatherFeed - Animated Auto-scrolling Example Using jQueryTools

This is an example using the Scrollable, Circular, Navigator and Autoscroll plugins from jQueryTools.

Script

$(document).ready(function () {
	$('#test').weatherfeed(['UKXX0085','EGXX0011','UKXX0061','CAXX0518','CHXX0049'],{},function(e) {
		$("div.scrollable").scrollable({ 
        		vertical: true,  
	        	size: 1
		}).circular().navigator().autoscroll({
			interval: 3000
		});
	});
});

Result