Jstree Object Has No Method Addback
This is my instantiation code for the jsTree. $('#folder_tree').jstree({ 'themes' : { 'theme' : 'default', 'dots' : true, 'icons' : true }, 'jso
Solution 1:
Make sure you are using jQuery 1.8 or later. addBack
wasn't added until then.
Post a Comment for "Jstree Object Has No Method Addback"