Skip to content

Demos: Use dynamic lists for categories #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 6 additions & 25 deletions page/demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,15 @@ <h2>Interactions</h2>
sortable lists, resizable elements, drag &amp; drop behaviors and more with just
a few lines or code. Interactions also make great building blocks for more complex
widgets and applications.</p>
<ul>
<li><a href="/draggable/">Draggable</a></li>
<li><a href="/droppable/">Droppable</a></li>
<li><a href="/resizable/">Resizable</a></li>
<li><a href="/selectable/">Selectable</a></li>
<li><a href="/sortable/">Sortable</a></li>
</ul>

<!--category-links(interactions)-->

<h2>Widgets</h2>
<p>Widgets are full-featured UI controls that bring the richness of desktop
applications to the Web. All widgets provide a solid core with plenty of extension
points for customizing behavior, as well as full theming support.</p>
<ul>
<li><a href="/accordion/">Accordion</a></li>
<li><a href="/autocomplete/">Autocomplete</a></li>
<li><a href="/button/">Button</a></li>
<li><a href="/datepicker/">Datepicker</a></li>
<li><a href="/dialog/">Dialog</a></li>
<li><a href="/menu/">Menu</a></li>
<li><a href="/progressbar/">Progressbar</a></li>
<li><a href="/selectmenu/">Selectmenu</a></li>
<li><a href="/slider/">Slider</a></li>
<li><a href="/spinner/">Spinner</a></li>
<li><a href="/tabs/">Tabs</a></li>
<li><a href="/tooltip/">Tooltip</a></li>
</ul>

<!--category-links(widgets)-->

<h2>Effects</h2>
<p>Effects add support for animating colors and class transitions, as well as
Expand Down Expand Up @@ -67,7 +50,5 @@ <h2>Effects</h2>

<h2>Utilities</h2>
<p>Utilities used by jQuery UI to build interactions and widgets.</p>
<ul>
<li><a href="/position/">Position</a></li>
<li><a href="/widget/">Widget Factory</a></li>
</ul>

<!--category-links(utilities)-->