diff options
Diffstat (limited to 'demos/tabs/ajax.html')
-rw-r--r-- | demos/tabs/ajax.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/demos/tabs/ajax.html b/demos/tabs/ajax.html index a76270dbe..c1bcadc7d 100644 --- a/demos/tabs/ajax.html +++ b/demos/tabs/ajax.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Tabs - Ajax Demo</title> + <title>jQuery UI Tabs - Content via Ajax</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.3.js"></script> <script type="text/javascript" src="../../ui/ui.core.js"></script> @@ -32,10 +32,7 @@ <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>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> </div><!-- End demo-description --> |