diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-08-27 14:07:52 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-08-27 14:09:04 -0400 |
commit | 392d402d6f2e527c935780d68afc5107df65e406 (patch) | |
tree | 8f425c50bf12c1b2d084887f20f12b173817fdb4 /demos | |
parent | ddc666ce8b95f34539864c0ddd87fee42123cbde (diff) | |
download | jquery-ui-392d402d6f2e527c935780d68afc5107df65e406.tar.gz jquery-ui-392d402d6f2e527c935780d68afc5107df65e406.zip |
Tabs: Fix description in ajax demo
Closes jquery/jqueryui.com#90
Diffstat (limited to 'demos')
-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 9892fe192..ba766dd29 100644 --- a/demos/tabs/ajax.html +++ b/demos/tabs/ajax.html @@ -39,7 +39,7 @@ </div> <div class="demo-description"> -<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> +<p>Fetch external content via Ajax for the tabs by setting an href value in the tab links.</p> <p>Tabs 3 and 4 demonstrate slow-loading and broken AJAX tabs, and how to handle serverside errors in those cases. Note: These two require a webserver to interpret PHP. They won't work from the filesystem.</p> </div> </body> |