nested-sortable

jquery nested sortable

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 implement...

Jquery nestedSortable and MYSQL adjacency list model

Hi there... I have the following table using the MySQL adjacency list model: id | parent | name | order ----------------------------------- 1 | 0 | Kitches | 1 4 | 0 | Chairs | 2 5 | 0 | Sofas | 3 43 | 4 | Blue | 1 44 | 4 | Red | 2 Implemented the Jquery nestedSort...