Is it possible for jQuery UI Tabs to dynamically work like Angular UI Tabset?
Code taken from http://angular-ui.github.io/bootstrap/
<tabset>
<tab ng-repeat="tab in tabs" heading="{{tab.title}}" active="tab.active" disabled="tab.disabled">
{{tab.content}}
</tab>
</tabset>
I checked the sample of jQuery UI Tabs in http://jsfiddle.net/queryj/CnEUh/1/
But it seems that it's mostly static. I am doing this because I need a tab navigation to work in IE8. Angular UI Tabset view works fine with its design however, each tab is not recognized. So I need to use jQuery UI as it supports IE8