Reputation: 1692
You must know WP 3's multi-level menu configuration feature on the dashboard.
I was wondering how WordPress is doing that. Yes, I know they are using jQuery UI. But still, how? Is there any documentation?
Or is there any plugin or anything that shall help me?
Thank you all.
Upvotes: 15
Views: 15991
Reputation: 61724
I used Nestable jQuery plugin to accomplish it, but I forked it to add some extra features (Add/Delete/Edit actions and Slug property):
https://github.com/FrancescoBorzi/Nestable
Upvotes: 11
Reputation: 181
Nestable
Drag & drop hierarchical list with mouse and touch compatibility (jQuery plugin)
http://dbushell.github.com/Nestable/
Upvotes: 18
Reputation: 32602
Check out the jQuery UI Sortable docs and samples: http://jqueryui.com/demos/sortable/
Upvotes: 1