Hello. First sorry for my bad english i'm russian :) . I use UI tab container for data but basic functional is not solved my problem . I want redirecting to another page by click in navigation panel. Not showing content in tab body. I trying this solution from stackoverflow :
$("li.last a").unbind('click').click(function() {
this.href = $.data(this, 'href.tabs');
but still not have wanted result. How i can do this ? Thanks for any help.