mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
tests static: added index
This commit is contained in:
parent
272854df86
commit
d3a81ddf67
@ -11,6 +11,9 @@
|
||||
<body>
|
||||
|
||||
<div class="ui-draggable">
|
||||
<p>
|
||||
Draggable
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
@ -11,6 +11,7 @@
|
||||
<body>
|
||||
|
||||
<div class="ui-droppable">
|
||||
Droppable
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
36
tests/static/index.html
Normal file
36
tests/static/index.html
Normal file
@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Static Tests</title>
|
||||
<link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css" />
|
||||
<script type="text/javascript" src="../../jquery-1.3.1.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<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="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>
|
@ -11,6 +11,9 @@
|
||||
<body>
|
||||
|
||||
<div class="ui-resizable">
|
||||
<p>
|
||||
Resizable
|
||||
</p>
|
||||
<div class="ui-resizable-handle ui-resizable-e"></div>
|
||||
<div class="ui-resizable-handle ui-resizable-s"></div>
|
||||
<div class="ui-resizable-handle ui-resizable-se ui-icon ui-icon-gripsmall-diagonal-se"></div>
|
||||
|
@ -11,6 +11,9 @@
|
||||
<body>
|
||||
|
||||
<div class="ui-selectable">
|
||||
<p>
|
||||
Selectable
|
||||
</p>
|
||||
<div class="ui-selectee">First</div>
|
||||
<div class="ui-selectee">Second</div>
|
||||
<div class="ui-selectee">Third</div>
|
||||
|
@ -11,6 +11,9 @@
|
||||
<body>
|
||||
|
||||
<div class="ui-sortable">
|
||||
<p>
|
||||
Sortable
|
||||
</p>
|
||||
<div>First</div>
|
||||
<div>Second</div>
|
||||
<div>Third</div>
|
||||
|
Loading…
Reference in New Issue
Block a user