dynamically enable/disable jquery sortable item

前端 未结 5 1345
南旧
南旧 2021-02-07 15:31

I have table rows that are sortable depending on whether certain radio buttons are checked or not. The sortables are initialized on document.ready as follows:

5条回答
  •  庸人自扰
    2021-02-07 16:00

    Try using the disabled option. http://jqueryui.com/demos/sortable/#option-disabled

提交回复
热议问题