jQuery Sortable callbacks not working?

后端 未结 2 895
轻奢々
轻奢々 2021-01-20 14:03

I\'m using the Sortable component of jQuery UI. The callbacks don\'t seem to work at all, even with this minimalistic test:



        
相关标签:
2条回答
  • 2021-01-20 14:26

    It seems that the .sortable() is having some technical difficulties according to this post. You may need to use SVN to download the latest trunk release to fix it.

    0 讨论(0)
  • 2021-01-20 14:32

    I was able to work around this problem by including two versions of jquery simultaneously. Check it out here: http://gist.github.com/59757

    Hope it helps!

    0 讨论(0)
提交回复
热议问题