diff options
author | Bohdan Ganicky <bohdan.ganicky@gmail.com> | 2009-03-01 17:05:44 +0000 |
---|---|---|
committer | Bohdan Ganicky <bohdan.ganicky@gmail.com> | 2009-03-01 17:05:44 +0000 |
commit | f45e2b2da3467254c2a3da3ab86c8c2dd58e3dcd (patch) | |
tree | 5c8fae6019b78c6e56ad60ff9f90bc0e7cae326b /demos/tabs/index.html | |
parent | 18171c2f89b87ac61383fdde6c1dfed7d2541b44 (diff) | |
download | jquery-ui-f45e2b2da3467254c2a3da3ab86c8c2dd58e3dcd.tar.gz jquery-ui-f45e2b2da3467254c2a3da3ab86c8c2dd58e3dcd.zip |
demos/tabs: added new demo "Simple manipulation", shows simple tabs adding and removing
Diffstat (limited to 'demos/tabs/index.html')
-rw-r--r-- | demos/tabs/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/demos/tabs/index.html b/demos/tabs/index.html index 63bff5b09..2fcab5a55 100644 --- a/demos/tabs/index.html +++ b/demos/tabs/index.html @@ -12,8 +12,9 @@ <li class="demo-config-on"><a href="default.html">Default functionality</a></li> <li><a href="ajax.html">Content via Ajax</a></li> <li><a href="mouseover.html">Open on mouseover</a></li> - <li><a href="collapsible.html">Collapse content</a></li> - <li><a href="sortable.html">Sortable</a></li> + <li><a href="collapsible.html">Collapse content</a></li> + <li><a href="sortable.html">Sortable</a></li> + <li><a href="manipulation.html">Simple manipulation</a></li> </ul> </div> |