How can I change Url for ajax response for children?
E.g. I have
onLazyRead: function (node) {
$.ajax({
url: "http://google.com"
...
})
and load any children. I want by clicking on children click also load by ajax, but from another action, not from "http://google.com". How can I change it for children nodes?