2011-08-03 00:41:50 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>jQuery UI Selectable Test Suite</title>
|
|
|
|
|
2014-08-01 16:25:14 +00:00
|
|
|
<script src="../../../external/jquery/jquery.js"></script>
|
2011-08-03 00:41:50 +00:00
|
|
|
|
2014-06-10 11:55:45 +00:00
|
|
|
<link rel="stylesheet" href="../../../external/qunit/qunit.css">
|
2023-03-30 07:56:33 +00:00
|
|
|
<link rel="stylesheet" href="../../lib/vendor/qunit-composite/qunit-composite.css">
|
2014-06-10 11:55:45 +00:00
|
|
|
<script src="../../../external/qunit/qunit.js"></script>
|
2023-03-30 07:56:33 +00:00
|
|
|
<script src="../../lib/vendor/qunit-composite/qunit-composite.js"></script>
|
2011-08-03 00:41:50 +00:00
|
|
|
<script src="../subsuite.js"></script>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
testAllVersions( "selectable" );
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2014-02-20 16:02:23 +00:00
|
|
|
<div id="qunit"></div>
|
2011-08-03 00:41:50 +00:00
|
|
|
<div id="qunit-fixture">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|