simonexmachina / jquery-bonsai

Super lightweight jQuery tree plugin
http://simonwade.me/jquery-bonsai
MIT License
148 stars 42 forks source link

Allow overriding of randomly generated GUIDs to ease persistance #16

Closed dfritschy closed 9 years ago

dfritschy commented 9 years ago

Thanks for this great plugin. I propose a new option guid which overrides the random generated guids used in markup and save/restore functions. Having a static guid allows for persisting the state of the tree across page loads.

simonexmachina commented 9 years ago

Have pushed v1.3.0 with this addition, and the GUID is now inherited by sub-nodes as well.

dfritschy commented 9 years ago

Thanks! Stay tuned for further additions ;-)