Hi there,
I want to see the AJAX response when tabbar is loaded, How to see it as I want to redirect it to different page according to the response.
tabbar.setOnLoadingEnd(function(){
alert(tabbar.XMLLoader.xmlDoc.responseText);
});