Add one last tab to a sortable tabbed list

倾然丶 夕夏残阳落幕 提交于 2019-12-06 09:37:03

Custom binding can do the job for you, here is the updated fiddle :

http://jsbin.com/edopuh/3/edit

For excluding any particular li element from sortable element you can use items option of jquery ui sortable plugin, it accepts jquery selectors.

Update

For doing something after moving item you can use Update event of jquery ui sortable. Check this updated fiddle, in this fiddle after moving item you will get the alert :

Updated Fiddle

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!