Re: how can i change url before nodes extend?

134 views
Skip to first unread message

Patrice

unread,
Mar 27, 2013, 9:28:40 AM3/27/13
to jst...@googlegroups.com
Hi,

try by this way


$("#tree").bind("before.jstree", function (e, data) {

            if(data.func === "open_node") {

                      //  Do something

            }

      });

Patrice
Reply all
Reply to author
Forward
0 new messages