views:

233

answers:

1

I have loaded all jquery tabs content using

$("#featured").tabs( 'load' , modul) inside a loop so that it loads 'n' number of tabs

but all tab containers were disabled . how select at least one tab.

please help me , very urgent

A: 

$("#featured").tabs('select', 1)

minalg