jquery sortable plugin with “sliding effect”?

前端 未结 3 753
感动是毒
感动是毒 2021-02-04 11:14

jQueryUI has got a nice plugin, Sortable: http://jqueryui.com/demos/sortable/ I\'m very pleased with that plugin but I\'m only missing one thing. And that is instead of let the

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-04 11:58

    1. you can control it with the events options. check them out...
    2. becareful with the queue because if you drag one element and then drag the other withouth the first one finishing that can look funny.
    3. I would recommend you to read about .stop(), jq queue, and possibly "cancel bubble"

提交回复
热议问题