[jQuery] Re: Treeview - Custom hyperlink click event

2009-10-17 Thread philsturgeon
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

[jQuery] Re: Treeview - Custom hyperlink click event

2009-10-11 Thread Shawn
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