mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
9483dcdbe6
The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses.
41 lines
1.1 KiB
HTML
41 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>jQuery UI Static 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 Static Tests</h1>
|
|
|
|
<h2>Interactions</h2>
|
|
<ul>
|
|
<li><a href="draggable/default.html">Draggable</a></li>
|
|
<li><a href="droppable/default.html">Droppable</a></li>
|
|
<li><a href="resizable/default.html">Resizable</a></li>
|
|
<li><a href="selectable/default.html">Selectable</a></li>
|
|
<li><a href="sortable/default.html">Sortable</a></li>
|
|
</ul>
|
|
|
|
<h2>Widgets</h2>
|
|
<ul>
|
|
<li><a href="accordion/default.html">Accordion</a></li>
|
|
<li><a href="autocomplete/default.html">Autocomplete</a></li>
|
|
<li><a href="button/default.html">Button</a></li>
|
|
<li><a href="datepicker/default.html">Datepicker</a></li>
|
|
<li><a href="dialog/default.html">Dialog</a></li>
|
|
<li><a href="progressbar/default.html">Progressbar</a></li>
|
|
<li><a href="slider/default.html">Slider</a></li>
|
|
<li><a href="tabs/default.html">Tabs</a></li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|