Commit Graph

15 Commits (3caab2ab009d84e882aa8480dd40bf43ef017c1f)

Author SHA1 Message Date
Wes c8b7864250 Bug fixes: 1. Removed the unnecessary assignment of a style class to nodes. 2. li elements who have a class of 'collapsed' are now working correctly and the nodes that represent them maintain the correct state across drag-n-drop 2012-05-07 13:38:37 +01:00
Jonathon Smith b034e9900d Changed node find method from data- attributes to jquery data()
This maintains validation on pre-HTML5 documents
2012-04-06 01:25:24 +01:00
Jonathon Smith f1432f80d2 Improved the way nodes without IDs are handled using data- attributes instead of searching on html/plain text 2012-03-24 14:16:51 +00:00
Wes ddfc594332 changed license. Now dual licensed under MIT and GPL. 2012-03-16 17:48:47 +00:00
Wes c27039a9b3 issue #8: clicking links inside nodes doesn't collapse nodes now. 2012-03-16 14:38:11 +00:00
Wes fb6808bd07 collapsing parts of the tree doesn't make sibling trees move 2012-03-16 14:14:54 +00:00
Wes 9763085df2 Neaten comment header. Copied merged changes through to example code. Updated example code to demonstrate new functionality. 2012-02-28 09:28:18 +00:00
Neil Bowers bbf520b6ea Propagated bug fix for cursor changes 2012-01-23 12:35:45 +00:00
Wes 7f04b1b6ee Copied changes wrt "copying li class to node class" from core lib to example lib. 2012-01-21 16:15:49 +00:00
Neil Bowers 44a9b74d06 Added mechanism for starting off sub-trees collapsed 2012-01-19 15:48:19 +00:00
Wes b39c765332 changed the way drag and drop events are binding to nodes to fix an issue in recent versions of FF. Also cleaned out some dead code 2011-12-02 13:41:02 +00:00
Wes c9111adf23 removed bug in dragndrop where nodes with html were pushing null/partial content 2011-11-19 14:19:41 +00:00
Wes 5b6ae87f47 added drag-and-drop reordering of tree elements 2011-11-18 21:55:28 +00:00
Wes d2cdb007ff Included license and proper attribution of work. Also added to readme. 2011-11-12 12:13:24 +00:00
Wes 6658952474 Initial commit 2011-11-11 17:51:44 +00:00