2017-09-20 2 views

답변

0
.bind('changed.jstree', function(e, data) { 
    setTimeout(300, /* your delay in ms*/, function() { 
    // fn code goes here 
    } 
}