Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlee committed Dec 21, 2011
1 parent 79a967c commit b1e2d95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Expand Up @@ -57,8 +57,8 @@ is "js-tabulous". Use this as a qualifier to hide the non active content blocks.
This ensures graceful degradation in the case that JavaScript is disabled, as all the content blocks will still
be visible to the user.

Note: all structural and show/hide settings must be set up via CSS. This is to ensure maximum customizability
and to keep stylistic and behavioral layers seperate. See the included index.html for examples. The included
Note: all structural and show/hide settings must be set up via CSS. This is to ensure maximum customization
and to keep stylistic and behavioral layers separate. See the included index.html for examples. The included
base.css features the basic base styles needed to create a tab structure.


Expand All @@ -76,7 +76,7 @@ Tabulous features 6 optional settings.

- index: The zero based index of the tab that should be active on initialization. For performance reasons, it is
recommended that you simply hardcode the initial active tab in your HTML. But, it is understood that in some
instaces you need to load a previously saved state, and this is when the index setting comes to use. The index
instances you need to load a previously saved state, and this is when the index setting comes to use. The index
option is ignored until it is explicitly set.

- callback: A custom callback function that runs when a tab is clicked or moused over. The anchor element and content
Expand Down

0 comments on commit b1e2d95

Please sign in to comment.