Return to Snippet

Revision: 14206
at May 24, 2009 05:20 by philokezzar


Initial Code
		$("#sliderLeft").slider({
			animate: true,
			values:180,
			min: 0,
			max: 180,
			step: 1,
			slide: function(event, ui) {
				$("#amountLeft").val('Degree ' + ui.value);	// show Dynamic changes of slider value						
				$("#pic").rotateLeft(1); // <img border="0" src="/images/mma.gif" name="pic" id="pic">
			},
			}

Initial URL


Initial Description


Initial Title
Rotate(degree) image with jQuery slider

Initial Tags
textmate, jquery

Initial Language
jQuery