开发者

jquery image resize and rotator

what I am looking is for a jQuery plugin capable of rotating and resizing an image using handles, like in this pic (this is the webapp). Working with jQueryUI rotating and resizing the same image is really messy and the image does no开发者_StackOverflowt contain handles to click to rotate and move.


http://code.google.com/p/jquery-rotate/

$('#theimage').rotateRight(45);


To rotate, you might find wilq32 to be a good starting point. Pretty simple syntax:

$("#image").rotate(-20);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜