I have been using NestedSortabe from b-hind and found it quite useful until I upgraded to latest jquery and jquery-ui I guess they changed the way mouse events are handled or something to that effect. Point it the nestedSortable doesn't work any longer.
So my question is tri fold
does anyone know if the folks at jquery have implemented a nested sortable I haven't seen anything.
or does anyone know how to fix the b-hind version
or know of something better / light weight to accomplish the same goals
would like something compatible with lastest jquery-ui
EDIT: it appears 开发者_如何转开发as though the lastest version of jquery-ui-sortable supports nested sorting
EDIT EDIT well sort of you can't drop on items that don't have ul's already there.
I recently developed a plugin which works pretty much like the one from b-hind (i.e. creates nested <ul>
on the fly), but written for UI 1.8+.
精彩评论