使用jQuery滑块旋转(度)图像
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用jQuery滑块旋转(度)图像相关的知识,希望对你有一定的参考价值。
$("#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"> }, }
以上是关于使用jQuery滑块旋转(度)图像的主要内容,如果未能解决你的问题,请参考以下文章