diff options
author | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-20 21:47:27 +0000 |
---|---|---|
committer | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-20 21:47:27 +0000 |
commit | d3303c15b3b05df39ebac914e93543e04d581138 (patch) | |
tree | d1ca047413288a9e87f8f3c3e40ce35282275213 /demos/tabs | |
parent | 80e15e7dc9a57e991d2eefeeef050028f8785014 (diff) | |
download | jquery-ui-d3303c15b3b05df39ebac914e93543e04d581138.tar.gz jquery-ui-d3303c15b3b05df39ebac914e93543e04d581138.zip |
small fix to demo caption
Diffstat (limited to 'demos/tabs')
-rw-r--r-- | demos/tabs/ajax.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tabs/ajax.html b/demos/tabs/ajax.html index c1bcadc7d..d49c7aa85 100644 --- a/demos/tabs/ajax.html +++ b/demos/tabs/ajax.html @@ -32,7 +32,7 @@ <div class="demo-description"> -<p>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.</p> +<p>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.</p> </div><!-- End demo-description --> |