From 80e15e7dc9a57e991d2eefeeef050028f8785014 Mon Sep 17 00:00:00 2001 From: Maggie Costello Wachs Date: Tue, 20 Jan 2009 21:30:24 +0000 Subject: slightly reorganized/renamed demos to better reflect functionality --- demos/tabs/ajax.html | 7 ++----- demos/tabs/collapsible.html | 6 ++---- demos/tabs/default.html | 6 ++---- demos/tabs/index.html | 8 ++++---- demos/tabs/mouseover.html | 6 ++---- 5 files changed, 12 insertions(+), 21 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 @@ - jQuery UI Tabs - Ajax Demo + jQuery UI Tabs - Content via Ajax @@ -32,10 +32,7 @@
-

-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. -

+

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.

diff --git a/demos/tabs/collapsible.html b/demos/tabs/collapsible.html index 12b820556..7913e2e2d 100644 --- a/demos/tabs/collapsible.html +++ b/demos/tabs/collapsible.html @@ -1,7 +1,7 @@ - jQuery UI Tabs - Collapsible Demo + jQuery UI Tabs - Collapse content @@ -43,9 +43,7 @@
-

-This example allows the tab strip to be toggled closed by setting the delectable option to true like this: -

+

Click the selected tab to toggle its content closed/open. To enable this functionality, set the deselectable option to true.

deselectable: true
 
diff --git a/demos/tabs/default.html b/demos/tabs/default.html index 1a8eb6194..2cee36b5b 100644 --- a/demos/tabs/default.html +++ b/demos/tabs/default.html @@ -1,7 +1,7 @@ - jQuery UI Tabs - Default Demo + jQuery UI Tabs - Default functionality @@ -39,9 +39,7 @@
-

-This is the basic default tab strip that swaps between different blocks of content. -

+

Click tabs to swap between content that is broken into logical sections.

diff --git a/demos/tabs/index.html b/demos/tabs/index.html index bcd037c67..5742a8077 100644 --- a/demos/tabs/index.html +++ b/demos/tabs/index.html @@ -9,10 +9,10 @@ diff --git a/demos/tabs/mouseover.html b/demos/tabs/mouseover.html index 12b0be70f..ce2e866c3 100644 --- a/demos/tabs/mouseover.html +++ b/demos/tabs/mouseover.html @@ -1,7 +1,7 @@ - jQuery UI Tabs - Mouseover Demo + jQuery UI Tabs - Open on mouseover @@ -41,9 +41,7 @@
-

-This example changes the default swap event from a click to mouseover by changing the event option: -

+

Toggle sections open/closed on mouseover with the event option. The default value for event is "click."

event: 'mouseover'
 
-- cgit v1.2.3