We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0b2a5 commit 926f3c6Copy full SHA for 926f3c6
tests/unit/checkboxradio/all.html
@@ -0,0 +1,26 @@
1
+<!doctype html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Checkboxradio Test Suite</title>
6
+
7
+ <script src="../../../external/jquery/jquery.js"></script>
8
9
+ <link rel="stylesheet" href="../../../external/qunit/qunit.css">
10
+ <link rel="stylesheet" href="../../../external/qunit-composite/qunit-composite.css">
11
+ <script src="../../../external/qunit/qunit.js"></script>
12
+ <script src="../../../external/qunit-composite/qunit-composite.js"></script>
13
+ <script src="../subsuite.js"></script>
14
15
+ <script>
16
+ testAllVersions( "checkboxradio" );
17
+ </script>
18
+</head>
19
+<body>
20
21
+<div id="qunit"></div>
22
+<div id="qunit-fixture">
23
24
+</div>
25
+</body>
26
+</html>
0 commit comments