Thanks for reply Ivan,
I want to refresh node itself so i used your script like:
var newSelectId = $(jsTreeId).jstree("get_selected").attr("id"); // by this i am getting the id of selected node
$("#demo4").jstree(true).refresh_node($("#demo4").jstree(true).get_node(newSelectId).parent); // this is you script, in which i put selected node id
but using this i am getting exception like:
TypeError: $(...).jstree(...).get_node is not a function
I think i'm using some older version of jstree. i think this version is written by you only..:)
version is jsTree 1.0-rc3 (Copyright (c) 2010 Ivan Bozhanov (vakata.com))
So, Ivan can tell me which method will be work in this version??