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.
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