It's not a normal event as its handled by the plugin.
Here is the code im using:
http://pastie.org/658654
On Oct 12, 1:47 am, Shawn wrote:
> are you returning false from your event handler? That *should* stop all
> other event processing.
>
> You could also try to capture the event objec
are you returning false from your event handler? That *should* stop all
other event processing.
You could also try to capture the event object (i.e.
.click(function(theEvent) { }); ) and then make use of the
.stopPropagation() method.
Neither trick will do you any good if the treeview's
2 matches
Mail list logo