In the call back for the load, select the new loaded content and apply
$("#showcontent#citytabs ul").tabs();

Show more code if that doesn't clear things up.

Adrian

On Oct 12, 1:47 pm, 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

Reply via email to