r1397 - trunk/demos/tabs

r1397 - trunk/demos/tabs


Author: rdworth
Date: Tue Dec 30 22:53:21 2008
New Revision: 1397
Modified:
trunk/demos/tabs/ajax.html
Log:
demos/tabs/ajax.html: Changed AJAX to Ajax
Modified: trunk/demos/tabs/ajax.html
==============================================================================
--- trunk/demos/tabs/ajax.html    (original)
+++ trunk/demos/tabs/ajax.html    Tue Dec 30 22:53:21 2008
@@ -30,15 +30,14 @@
</div><!-- End demo -->
-
-
<div class="demo-description">
-

This example fetches in external content via AJAX for the 2nd and 3rd
tabs just 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.



+


+This example fetches in external content via Ajax for the 2nd and 3rd tabs
just 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.
+





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