Fun with jstree
I was recently tasked with creating a more flexible system to re-arrange a tree structure from the database. Nobody enjoys managing a tree in the same old way with static html, navigating down the tree, choosing options from a dropdown on where to move an object, saving, and then navigating back out. To give the user a better interface to do these sort of tree management tasks, I implemented jstree. Jstree is a nice little javascript built on top of the jquery javascript library. The learning cu... read more!
Posted in technology | Post Comment

RSS Feed