jquery rotation plugin - that works like jquery ui resize

前端 未结 3 1065
抹茶落季
抹茶落季 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:34

    Another possibility (and shameless plug - I too was missing this plugin and so wrote one) is jquery-ui-rotatable. You can use it something like this:

    
    
    
    Rotate me!

    It can also be chained with other jQuery UI plugins. For instance:

    $('#target').rotatable().draggable().resizable();
    

提交回复
热议问题