diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-31 06:53:21 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-31 06:53:21 +0000 |
commit | b00026f72be720a44200d127f71f7b11c5ce939b (patch) | |
tree | 8adc30c15d9f4d21c4a03de5382c09dfb639d965 /demos/tabs | |
parent | 1731af1d520efa3c7e7d79f438c2630382e32622 (diff) | |
download | jquery-ui-b00026f72be720a44200d127f71f7b11c5ce939b.tar.gz jquery-ui-b00026f72be720a44200d127f71f7b11c5ce939b.zip |
demos/tabs/ajax.html: Changed AJAX to Ajax
Diffstat (limited to 'demos/tabs')
-rw-r--r-- | demos/tabs/ajax.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/demos/tabs/ajax.html b/demos/tabs/ajax.html index 0492f8378..1dfadf990 100644 --- a/demos/tabs/ajax.html +++ b/demos/tabs/ajax.html @@ -30,15 +30,14 @@ </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> |