diff options
author | Scott González <scott.gonzalez@gmail.com> | 2008-12-29 02:38:39 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2008-12-29 02:38:39 +0000 |
commit | d659812cc0145b82cde49215d0870e0997d4b7ca (patch) | |
tree | f6b3b0af3d7078097280834d53e2b7c75db0beda /demos/tabs/index.html | |
parent | 94c4bcde691781c91df1c3a69063cfa17dc88c2a (diff) | |
download | jquery-ui-d659812cc0145b82cde49215d0870e0997d4b7ca.tar.gz jquery-ui-d659812cc0145b82cde49215d0870e0997d4b7ca.zip |
Tabs: Added demos for ajax, deselectable, mouseover (event).
Diffstat (limited to 'demos/tabs/index.html')
-rw-r--r-- | demos/tabs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/tabs/index.html b/demos/tabs/index.html index fda1085b0..1eb21c392 100644 --- a/demos/tabs/index.html +++ b/demos/tabs/index.html @@ -9,6 +9,9 @@ <dl class="nav">
<dt>Tabs</dt>
<dd><a href="default.html">Default</a></dd>
+ <dd><a href="ajax.html">Ajax</a></dd>
+ <dd><a href="deselectable.html">Deselectable</a></dd>
+ <dd><a href="mouseover.html">Mouseover (Event)</a></dd>
</dl>
</body>
|