With the previous verion of jquery ui i have this line to reload a tab with a new content:
$tabs.tabs("url",selected, "/rcpm/rcpm-seslog.php?sesid="+id+"&mod="+mode+'&initLine='+init+'&numLines='+numLines).tabs("load", selected);
where $tabs = $('#tabs').tabs(); and selected is the ID of the current tab (the one that i would to reload). In the 1.9.2 the ulr method is deprecated and i have to use href but nothing works!
There's any simple way to reload again the tab with the new content?
Thanks!