mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Removed jQuery (not used); Added links to all.html, effects.all.html and compound tests
This commit is contained in:
parent
2206bbf10c
commit
627fa1b522
@ -4,18 +4,26 @@
|
||||
<meta charset="UTF-8" />
|
||||
<title>jQuery UI Visual Tests</title>
|
||||
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css" type="text/css" />
|
||||
<script type="text/javascript" src="../../jquery-1.4.2.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>jQuery UI Visual Tests</h1>
|
||||
|
||||
<h2>Composites</h2>
|
||||
<ul>
|
||||
<li><a href="all.html">All Widgets</a></li>
|
||||
<li><a href="effects.all.html">Effects</a></li>
|
||||
<li><a href="compound/accordion_tabs.html">Tabs contain Accordion</a></li>
|
||||
<li><a href="compound/datepicker_dialog.html">Datepicker within a Dialog</a></li>
|
||||
<li><a href="compound/draggable_accordion_accordion_tabs_draggable.html">Draggable contains Tabs, contain Accordion, contain Draggables</a></li>
|
||||
<li><a href="compound/draggable_accordion.html">Draggable Accordion</a></li>
|
||||
<li><a href="compound/sortable_accordion_sortable_tabs.html">Accordion within Tabs, both Sortable</a></li>
|
||||
<li><a href="compound/tabs_tabs.html">Tabs contains Tabs</a></li>
|
||||
<li><a href="compound/widgets_in_dialog.html">All Widgets within a Dialog</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>Interactions</h2>
|
||||
<ul>
|
||||
<li><a href="draggable/default.html">Draggable</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user