$onurlchange and ajax callback

Hello, guys!
May I use redirect like url[0].page = ‘another_module.js’ inside a callback function of ajax request? If I may then how?
Thank you.

Nope, it will not work.
But you can use

webix.delay(function(){
   app.show("/some/other")
});
return false; // will block current route