I'm looking for a free (GPL or BSD-type license) outliner library that works in a browser.
It doesn't have to be too complicated, just allow keyboard control of collapsing and expanding items, and changing their order.
Anyone know a good library for this? Do any of the big UI component libraries have an outliner? If not, how would I go about writing it from scratch? (Eg. would it be better to start with jQuery? Or something else?)