jquery rotation plugin - that works like jquery ui resize

前端 未结 3 1073
抹茶落季
抹茶落季 2020-12-30 16:02

I\'ve just noticed that something terrible is missing in jquery-ui. A way to rotate elements, not just drag \\ drop \\ resize them.

I am aware of a couple of plugins

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-30 16:41

    After 5 seconds of googling I found these plugins:

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

    You might also be interested in http://www.useragentman.com/blog/csssandpaper-a-css3-javascript-library/ - It adds a lot of functionality to CSS via JavaScript.

    Rotating was never part of CSS2, so all cross-browser solutions are mostly workarounds. Be careful while using it!

提交回复
热议问题