On 12 Okt., 14:47, sukhminder <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I am loading an .html file using ajax and then trying to do: $
> ('#tabholder > ul').tabs();
>
> to apply tabbing but am unable to do it.
>
> I am loading content is the div like: <div id="showcontent"></div>
>
> and my .html file looks somewhat like:
>
> <div id="citytabs" class="flora">
> <ul>
> <li><a href="tabcontent.htm" title="Tab
> one"><span>One</span></a></li>
> <li><a href="tabcontent2.htm" title="Tab
> two"><span>Two</span></a></li>
> <li><a href="ahah_3.html"><span>Three</span></a></li>
> </ul> ............
> </div>
>
> How to get hold of the dynamic content and apply tab style ? ... any
> help!!!
>
> Thanks
> Sukhminder
Looks like you're using the wrong id to set up tabs: tabholder !=
citytabs
--Klaus