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
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en.