我正在寻找一个能够使用句柄旋转和调整图像大小的jQuery插件,就像在这个pic
(this is the webapp)中一样。使用jQueryUI旋转和调整相同的图像大小非常混乱,图像不包含点击旋转和移动的句柄。
答案 0 :(得分:1)
要轮换,您可能会发现wilq32是一个很好的起点。非常简单的语法:
$("#image").rotate(-20);
答案 1 :(得分:1)
http://code.google.com/p/jquery-rotate/
$('#theimage').rotateRight(45);