mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
demo menu: re-order links
This commit is contained in:
parent
07e0689f7b
commit
723d916549
@ -252,23 +252,23 @@
|
||||
<dt>Effects</dt>
|
||||
<dd><a href="addClass/index.html">Add Class</a></dd>
|
||||
<dd><a href="removeClass/index.html">Remove Class</a></dd>
|
||||
<dd><a href="switchClass/index.html">Switch Class</a></dd>
|
||||
<dd><a href="toggleClass/index.html">Toggle Class</a></dd>
|
||||
<dd><a href="show/index.html">Show</a></dd>
|
||||
<dd><a href="hide/index.html">Hide</a></dd>
|
||||
<dd><a href="toggle/index.html">Toggle</a></dd>
|
||||
<dd><a href="animate/index.html">Animate</a></dd>
|
||||
<dd><a href="effect/index.html">Effect</dd>
|
||||
<dd><a href="hide/index.html">Hide</a></dd>
|
||||
<dd><a href="show/index.html">Show</a></dd>
|
||||
<dd><a href="switchClass/index.html">Switch Class</a></dd>
|
||||
<dd><a href="toggle/index.html">Toggle</a></dd>
|
||||
<dd><a href="toggleClass/index.html">Toggle Class</a></dd>
|
||||
<dt>About jQuery UI</dt>
|
||||
<dd><a href="http://jqueryui.com/docs/Developer_Guide">UI Developer Guidelines</a></dd>
|
||||
<dd><a href="http://jqueryui.com/docs/Changelog">Changelog</a></dd>
|
||||
<dd><a href="http://jqueryui.com/docs/Roadmap">Roadmap</a></dd>
|
||||
<dd><a href="http://jqueryui.com/docs/Subversion">Subversion Access</a></dd>
|
||||
<dd><a href="/docs/Developer_Guide">UI Developer Guidelines</a></dd>
|
||||
<dd><a href="/docs/Changelog">Changelog</a></dd>
|
||||
<dd><a href="/docs/Roadmap">Roadmap</a></dd>
|
||||
<dd><a href="/docs/Subversion">Subversion Access</a></dd>
|
||||
<dt>Theming</dt>
|
||||
<dd><a href="http://jqueryui.com/docs/Theming">Theming jQuery UI</a></dd>
|
||||
<dd><a href="http://jqueryui.com/docs/Theming/API">jQuery UI CSS Framework</a></dd>
|
||||
<dd><a href="http://jqueryui.com/docs/Theming/Themeroller">ThemeRoller application</a></dd>
|
||||
<dd><a href="http://jqueryui.com/docs/Theming/ThemeSwitcher">Theme Switcher Widget</a></dd>
|
||||
<dd><a href="/docs/Theming">Theming jQuery UI</a></dd>
|
||||
<dd><a href="/docs/Theming/API">jQuery UI CSS Framework</a></dd>
|
||||
<dd><a href="/docs/Theming/Themeroller">ThemeRoller application</a></dd>
|
||||
<dd><a href="/docs/Theming/ThemeSwitcher">Theme Switcher Widget</a></dd>
|
||||
|
||||
</dl>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user