From 7ce4ddbcac5c908c78ac6956b6c8799b5f927c4d Mon Sep 17 00:00:00 2001 From: Scott González Date: Wed, 13 Oct 2010 15:43:49 -0400 Subject: Tabs demos: Coding standards. --- demos/tabs/ajax.html | 28 +++++++------ demos/tabs/ajax/content1.html | 2 +- demos/tabs/ajax/content2.html | 2 +- demos/tabs/ajax/content3-slow.php | 2 +- demos/tabs/bottom.html | 40 +++++++++---------- demos/tabs/collapsible.html | 23 ++++++----- demos/tabs/cookie.html | 25 ++++++------ demos/tabs/default.html | 22 +++++------ demos/tabs/index.html | 4 +- demos/tabs/manipulation.html | 83 ++++++++++++++++++++------------------- demos/tabs/mouseover.html | 25 ++++++------ demos/tabs/sortable.html | 33 ++++++---------- demos/tabs/vertical.html | 41 +++++++++---------- 13 files changed, 161 insertions(+), 169 deletions(-) (limited to 'demos') diff --git a/demos/tabs/ajax.html b/demos/tabs/ajax.html index efbdf590a..aac107340 100644 --- a/demos/tabs/ajax.html +++ b/demos/tabs/ajax.html @@ -1,20 +1,22 @@ - + jQuery UI Tabs - Content via Ajax - - - - - - - + + + + + - - - - - + + + + + @@ -50,10 +50,10 @@ -
-

With some additional CSS (for positioning) and JS (to put the right classes on elements) the tabs can be placed below their content.

+
+

With some additional CSS (for positioning) and JS (to put the right classes on elements) the tabs can be placed below their content.

diff --git a/demos/tabs/collapsible.html b/demos/tabs/collapsible.html index 7a638e295..6f4f29eba 100644 --- a/demos/tabs/collapsible.html +++ b/demos/tabs/collapsible.html @@ -1,17 +1,17 @@ - + jQuery UI Tabs - Collapse content - - - - - - - + + + + + - - - - - - + + + + + + - - - - - + + + + + @@ -39,10 +39,10 @@
-
-

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

+
+

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 8fc417a4f..c0d668435 100644 --- a/demos/tabs/index.html +++ b/demos/tabs/index.html @@ -1,9 +1,9 @@ - + jQuery UI Tabs Demos - + diff --git a/demos/tabs/manipulation.html b/demos/tabs/manipulation.html index 693eaada8..3e06d328a 100644 --- a/demos/tabs/manipulation.html +++ b/demos/tabs/manipulation.html @@ -1,86 +1,87 @@ - + jQuery UI Tabs - Simple manipulation - - - - - - - - - - - @@ -113,8 +114,10 @@
+ +
-

Simple tabs adding and removing.

+

Simple tabs adding and removing.

diff --git a/demos/tabs/mouseover.html b/demos/tabs/mouseover.html index 30233d61e..49210f927 100644 --- a/demos/tabs/mouseover.html +++ b/demos/tabs/mouseover.html @@ -1,18 +1,18 @@ - + jQuery UI Tabs - Open on mouseover - - - - - - - + + + + + @@ -41,13 +41,12 @@ -
-

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

+
+

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

event: 'mouseover'
 
-
diff --git a/demos/tabs/sortable.html b/demos/tabs/sortable.html index e57f41309..dd8939e0c 100644 --- a/demos/tabs/sortable.html +++ b/demos/tabs/sortable.html @@ -1,19 +1,19 @@ - + jQuery UI Tabs - Sortable - - - - - - - - - + + + + + + + @@ -41,24 +41,17 @@
-
-

-Drag the tabs above to re-order them. -

+

+

Drag the tabs above to re-order them.

Making tabs sortable is as simple as calling - .sortable() - on the - .ui-tabs-nav - element.

-
diff --git a/demos/tabs/vertical.html b/demos/tabs/vertical.html index e13cd8290..aa26efdf3 100644 --- a/demos/tabs/vertical.html +++ b/demos/tabs/vertical.html @@ -1,30 +1,27 @@ - + jQuery UI Tabs - Vertical Tabs functionality - - - - - - - + + + + + - @@ -54,10 +51,10 @@
-
-

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

+
+

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

-- cgit v1.2.3