]> source.dussan.org Git - jquery-ui.git/commitdiff
demos/tabs/ajax.html: Changed AJAX to Ajax
authorRichard Worth <rdworth@gmail.com>
Wed, 31 Dec 2008 06:53:21 +0000 (06:53 +0000)
committerRichard Worth <rdworth@gmail.com>
Wed, 31 Dec 2008 06:53:21 +0000 (06:53 +0000)
demos/tabs/ajax.html

index 0492f83781ce03e893c731800c33cebeb3d18afd..1dfadf99003dc513510c99a312203b5c267f4377 100644 (file)
 
 </div><!-- End demo -->
 
-
-
 <div class="demo-description">
 
-<p>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.</p>
+<p>
+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.
+</p>
 
 </div><!-- End demo-description -->
 
-
-
 </body>
 </html>