Am implementing the jsTree plugin (http://www.jstree.com) on a project and it is generally working but it seems to prevent any links within the list that it is applied to from working. I have a Codepen example here:
http://codepen.io/WebDevCA/full/yinhk
If you go to Team A’s Projects > Iteration 1 > Story A
then Story A should act as a link to Twitter (you can roll over the link to see that it points there). But jsTree keeps the link from working. Remove jsTree and the link works. Is there any way to convince jsTree to let it work?
The problem is jstree uses the mouse click for a select event. If you want to do something else when the node is selected, then you’ll need to bind to the select event: