[jQuery] Re: Node click behavior

2009-04-14 Thread edik
Or comment just toggler.apply($(this).next()); in the programmcode mentioned in the previous post, to leave the hover of the A-element untouched On 14 Apr., 13:54, edik wrote: > Well I found the code-piece where the clik-event is beeing added to > the span element inside of the A el

[jQuery] Re: Node click behavior

2009-04-14 Thread edik
Well I found the code-piece where the clik-event is beeing added to the span element inside of the A element of the LI element of the tree. If commented out only +/- symbols collapse/expand the tree/ subtree. Anyway it would be nice to have an option where I can enable/disable this behaviour witho

[jQuery] Re: Node click behavior

2009-04-09 Thread edik
I'm too searching for a way to change the click behaviour of the nodes (without touching the plugin-source), so that ONLY +/- expands/ collapses the node and not the click on the SPAN element inside the LI- element. Anybody any suggestions? Thanks a lot On 10 Mrz., 21:04, Ryan wrote: > Is th