I always thought that tabs update was a bug in easyui, but recently I found that it can be solved like this when using it
var tab = $('#tt').tabs('getSelected');
$("#tt").tabs('update',{
tab: tab,
options:{
href: url
}