How to ajax-update tab content

When page is opening, I load data by tabbar.loadXML(path)…



How can I update content in tab using AJAX ??

If you using href based mode for tabs ( iframe | ajax-html ) , you can reload content in any tab by

tabbar.forceLoad(tab_id,url);