$("#categories").treeview().find('span.[insert your node classname
here]').unbind('click')
if you want to add your own onclick event:
$("#categories").treeview().find('span.[insert your node classname
here]').unbind('click').click(function(){
//do something
});
Any help appreciated!
On Jun 18, 9:39 am, GTGeek88 wrote:
> I'm looking at using the treeview plugin by Jorn. What I'm wondering
> is how to get folders added at a particular spot and how to manage
> folders by dragging them around (or in some other fashion). Perhaps
> there are some plugins t
[EMAIL PROTECTED] schrieb:
Jörn,
Greate plugin. Very useful indeed. I have a quick question. Do you
(or anyone) for that matter know of any problems with IE 6 not
rendering the entire tree? Let me explain. I have a large tree 1024
items nested 4 deep. This page loads in FF fine (takes a w
3 matches
Mail list logo