In my jQuery tabs I had to implement pagination functionality, so I did dynamic reload tab's content with the code:
$('#articles_tabs').tabs('url', index, url).tabs('load', index);
but since 1.9.0 url method has been deprecated and the code above doesn't work anymore...
Does anybody know how to rewrite it?