[jQuery] [treeview] GET variables & location based persistence?
Love the treeview plugin, but I have one problem with it. I am using
the location based persistence, but if there is a get variable in the
url it doesn't persist correctly.
For example:
http://yourwebpage.com/group
is recognized differently than
http://yourwebpage.com/group?group_id=555
I understand why there might be cases that they shouldn't match, but
is there a way to get treeView to match these two states so I can use
location persistence while still utilizing the GET array?
Is there a setting I am missing?
Thanks everyone.