r1730 - trunk/demos/tabs

r1730 - trunk/demos/tabs


Author: fg.maggie
Date: Tue Jan 20 13:47:27 2009
New Revision: 1730
Modified:
trunk/demos/tabs/ajax.html
Log:
small fix to demo caption
Modified: trunk/demos/tabs/ajax.html
==============================================================================
--- trunk/demos/tabs/ajax.html    (original)
+++ trunk/demos/tabs/ajax.html    Tue Jan 20 13:47:27 2009
@@ -32,7 +32,7 @@
<div class="demo-description">
-

Fetch external content via Ajax for the 2nd and 3rd tabs by setting an
href for the tabs. While the Ajax request is waiting for a response, the
tab label changes to say "Loading...", then returns to the normal label
once loaded.



+

Fetch external content via Ajax for the tabs by setting an href value
in the tab links. While the Ajax request is waiting for a response, the
tab label changes to say "Loading...", then returns to the normal label
once loaded.



</div><!-- End demo-description -->