इसे आजमाएं:
$('#jstree1').jstree({
'core': {
'data': {
'url': "./ajax/get_page_data.php",
'type': 'POST',
'dataType': 'JSON',
'contentType':'application/json',
'data': function (node) {
return { 'd_id': <?=$DOC['d_id']?>};
}
}
}
});
मुझे यकीन नहीं है कि आप कस्टम .success और .error फ़ंक्शंस को jstree से जोड़ पाएंगे।