You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Ludo!
Help me, please.
I need load new branch by ajax. I tried your example:
$(".SPaddBranch").on("click", addBranch);
function addBranch()
{
var node = $(".tbl-targets").treetable("node", "trg-146");
....
}
but i got "Error Cannot read property 'tree' of undefined"
If i simply write var node = $(".tbl-targets").treetable("node", "trg-146");
not in event handler - all good.
I read about similar error
support
but it is different case.
The text was updated successfully, but these errors were encountered:
Hi, Ludo!
Help me, please.
I need load new branch by ajax. I tried your example:
but i got "Error Cannot read property 'tree' of undefined"
If i simply write
var node = $(".tbl-targets").treetable("node", "trg-146");
not in event handler - all good.
I read about similar error support
but it is different case.
The text was updated successfully, but these errors were encountered: