In fact I think i don't understand how to write it ...
here is mys code, could you help me please ?
$(function(){
$("#tree").dynatree({
checkbox: true,
selectMode: 2,
[...]
});
function reloadTree(){
$("#tree").dynatree.rootNode.removeChildren(true);
$("#tree").dynatree.rootNode.appendAjax();
}
And when i call reloadTree function I have an error :
Erreur : $("#tree").dynatree.rootNode is undefined
I'm sorry I begin with jquery and I haven't all understand again ...
Thanks !
On 20 avr, 19:51, mar10 <moo...@wwWendt.de> wrote: