Top "Jstree-search" questions

A plugin for the popular jQuery plugin jsTree, Search allows both client side highlighting of active nodes and AJAX communication with a server side script to expand the current tree.

jstree : Uncaught TypeError: Cannot read property 'children' of undefined

In my server I am returning a JSON object in the format of jsTree : {"id":"value", "text":"value", "parent":"value"} …

javascript jquery ajax jstree jstree-search