[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

[jQuery] Re: Node click behavior

2009-04-14 Thread edik
toggler.apply($(this).next()); }).add( $("a", this) ).hoverClass(); On 9 Apr., 16:05, edik wrote: > I'm too searching for a way to change theclickbehaviour of the nodes > (without touching the plugin-source), so that ONLY  +/- expands

[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