Try binding your click-event first, returning false from the function you add. Apply the treeview afterwards - in theory, the tree shouldn't do anything after your click function got called.
Jörn On Thu, Aug 21, 2008 at 9:56 PM, Stan Lemon <[EMAIL PROTECTED]> wrote: > > Jorn, > Greetings! Love your treeview plugin and I've used it on a number of > projects. I have a particular project right now where in my > particular <li> node I have a <span> that has a click function > attached to it, and when that click function is called I'd like for > the treeview action not to be called. Ideally, how this would is > click on the hitarea item would fire off the toggler and anything else > would produce in no action from the treeview plugin. I'm not seeing > an easy way of doing this, am I missing something or do you have any > ideas? > > Thanks, > Stan >