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