mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
0479ab6af6
Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html
63 lines
1.6 KiB
HTML
63 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>jQuery UI Unit Tests</title>
|
|
|
|
<link type="text/css" href="../../themes/base/jquery.ui.base.css" rel="stylesheet" />
|
|
<link rel="stylesheet" href="../../external/qunit.css" type="text/css"/>
|
|
<style type="text/css">
|
|
ul { font-family: 'trebuchet ms', verdana, arial; }
|
|
h2, ul {font-size: 10pt; }
|
|
h2 {
|
|
background-color:#EEEEEE;
|
|
color:black;
|
|
font-size:small;
|
|
font-weight:normal;
|
|
margin:0;
|
|
padding:10px;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<h1 id="qunit-header">jQuery UI Unit Tests</h1>
|
|
|
|
<h2>Core</h2>
|
|
<ul>
|
|
<li><a href="core/core.html">Core</a></li>
|
|
<li><a href="widget/widget.html">Widget</a></li>
|
|
</ul>
|
|
|
|
<h2>Interactions</h2>
|
|
<ul>
|
|
<li><a href="draggable/draggable.html">Draggable</a></li>
|
|
<li><a href="droppable/droppable.html">Droppable</a></li>
|
|
<li><a href="resizable/resizable.html">Resizable</a></li>
|
|
<li><a href="selectable/selectable.html">Selectable</a></li>
|
|
<li><a href="sortable/sortable.html">Sortable</a></li>
|
|
</ul>
|
|
|
|
<h2>Widgets</h2>
|
|
<ul>
|
|
<li><a href="accordion/accordion.html">Accordion</a></li>
|
|
<li><a href="autocomplete/autocomplete.html">Autocomplete</a></li>
|
|
<li><a href="button/button.html">Button</a></li>
|
|
<li><a href="datepicker/datepicker.html">Datepicker</a></li>
|
|
<li><a href="dialog/dialog.html">Dialog</a></li>
|
|
<li><a href="progressbar/progressbar.html">Progressbar</a></li>
|
|
<li><a href="slider/slider.html">Slider</a></li>
|
|
<li><a href="tabs/tabs.html">Tabs</a></li>
|
|
<li><a href="tooltip/tooltip.html">Tooltip</a></li>
|
|
</ul>
|
|
|
|
<h2>Utilities</h2>
|
|
<ul>
|
|
<li><a href="position/position.html">Position</a></li>
|
|
</ul>
|
|
|
|
</body>
|
|
|
|
</html>
|