jquery sortable plugin with “sliding effect”?

前端 未结 3 703
感动是毒
感动是毒 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 12:04

    You can get it to slide with:

    (...).sortable({
    revert : 300, ...
    

    The number is in milliseconds for the animation. Also see similar post: In JQuery Sortable, how can I run a function before the revert animation starts?

提交回复
热议问题