Hi,
I am using jQuery UI tabs which loads the content via ajax.
<div id="tabs">
<ul>
<li><a href="ajax/content1.html">Ajax Tab 1</a></li>
<li><a href="ajax/content2.html">Ajax Tab 2</a></li>
</ul>
</div>
In content1.html,i have some images and an iframe.Before it
completely loads the iframe and images,the tab label changes from
"Loading.." to normal label.I want the label to get changed from
"Loading.." to normal label ,when iframe and images completely
loads.How to do it?
Please help.
Thanks
--