You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ TabInterface generates all of the code necessary to create an accessible tabbed
4
4
5
5
== Current Version
6
6
7
-
1.2 (29 September 2010)
7
+
1.3 (5 April 2011)
8
8
9
9
== Requirements
10
10
@@ -16,7 +16,7 @@ TabInterface is distributed under the liberal MIT License.
16
16
17
17
== Use
18
18
19
-
To use, simply include TabInterface.js (found in ./src) and then classify elements you want tabbed as "tabbed". Then add a new anonymous function to your load event (`window` or DOM). For example:
19
+
To use, simply include TabInterface.js (found in ./min) and then classify elements you want tabbed as "tabbed". Then add a new anonymous function to your load event (`window` or DOM). For example:
0 commit comments