Hi there, I'm working on an application to a client that uses Asynchronous treeview. However, at the moment, if I want to create a link with onclick functionality, I need to pass html inside the JSON sent to the treeview js.
I'm thinking of making modifications to the treeview plugin so that it accepts two more options: href and click. The "href" is used as the href attribute of the link and the function specified in "click" is assigned via the JQuery binding mechanism. If there already is a mechanism, let me know. Otherwise I'd be happy to contribute the changes I'm going to do to the treeview if this kind of behaviour fits in to it!