开发者

jquery image resize and rotator

开发者 https://www.devze.com 2022-12-16 00:56 出处:网络
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 r

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

精彩评论

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