[jQuery] How to apply tabs to content loaded by ajax
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