How to use jQuery UI Tabs inside one jQuery UI Tab?
问题 i am using jQuery UI Tabs (Content via AJAX) what i need to do is that in one of my Tab i want other simple jQuery UI Tabs means (Content NOT via AJAX) but its not working.. pardon if i am doing something wrong :( <div id="tabs"> //these tabs are working fine <ul> <li><a href="<?php echo $this->url(array(), 'abc') ?>">A</a></li> <li><a href="<?php echo $this->url(array(), 'asd') ?>">B</a></li> <li><a href="<?php echo $this->url(array(), 'xyz') ?>">C</a></li> </ul> I have add the below code in