[jQuery] Treeview - Custom hyperlink click event
I am trying to remove the default behaviour from the <A> within the
Treeview structure. I want the +/- icons to continue to toggle but
when a user clicks on the A I want to fire my own event.
This event is currently firing fine, but it also fires the toggle
behaviour meaning the tree still expands or collapses. Wrong!
http://pastie.org/650742
Does anybody know how I can solve this? I tried unbind() and die() on
all a's within the tree but that did nothing. Im really stuck on this
one! >.<