|
6 | 6 |
|
7 | 7 | <script src="../../../external/requirejs/require.js"></script> |
8 | 8 | <script src="../../lib/css.js" data-modules="core button"></script> |
9 | | - <script src="../../lib/bootstrap.js" data-widget="button"></script> |
| 9 | + <script src="../../lib/bootstrap.js" data-widget="button" data-no-back-compat="true"></script> |
10 | 10 | </head> |
11 | 11 | <body> |
12 | 12 |
|
13 | 13 | <div id="qunit"></div> |
14 | 14 | <div id="qunit-fixture"> |
| 15 | +<form id="form1"> |
| 16 | + <div><button id="button">Label</button></div> |
15 | 17 |
|
16 | | -<div><button id="button" class="foo">Label</button></div> |
17 | | - |
18 | | -<div id="radio0" style="margin-top: 2em;"> |
19 | | - <input type="radio" id="radio01" name="radio" checked="checked"><label for="radio01">Choice 1</label> |
20 | | - <input type="radio" id="radio02" name="radio"><label for="radio02">Choice 2</label> |
21 | | - <input type="radio" id="radio03" name="radio"><label for="radio03">Choice 3</label> |
22 | | -</div> |
23 | | -<div id="checkbox0"> |
24 | | - <input type="checkbox" id="checkbox01" name="checkbox"><label for="checkbox01">Choice 1</label> |
25 | | - <input type="checkbox" id="checkbox02" name="checkbox"><label for="checkbox02">Choice 2</label> |
26 | | - <input type="checkbox" id="checkbox03" name="checkbox"><label for="checkbox03">Choice 3</label> |
27 | | -</div> |
28 | | -<form> |
29 | | - <div id="radio1" style="margin-top: 2em;"> |
30 | | - <input type="radio" id="radio11" name="radio"><label for="radio11">Choice 1</label> |
31 | | - <input type="radio" id="radio12" name="radio" checked="checked"><label for="radio12">Choice 2</label> |
32 | | - <input type="radio" id="radio13" name="radio"><label for="radio13">Choice 3</label> |
33 | | - </div> |
34 | | -</form> |
35 | | -<form> |
36 | | - <div id="radio2" style="margin-top: 2em;"> |
37 | | - <input type="radio" id="radio21" name="radio"><label for="radio21">Choice 1</label> |
38 | | - <input type="radio" id="radio22" name="radio"><label for="radio22">Choice 2</label> |
39 | | - <input type="radio" id="radio23" name="radio" checked="checked"><label for="radio23">Choice 3</label> |
40 | | - </div> |
| 18 | + <div><input id="submit" type="submit" value="Label"></div> |
41 | 19 | </form> |
42 | | -<form> |
43 | | - <div id="radio3"> |
44 | | - <input type="radio" id="radio31" name="data['Page']['parse']"><label for="radio31">Choice 1</label> |
45 | | - <input type="radio" id="radio32" name="data['Page']['parse']" checked="checked"><label for="radio32">Choice 2</label> |
46 | | - <input type="radio" id="radio33" name="data['Page']['parse']"><label for="radio33">Choice 3</label> |
47 | | - </div> |
48 | | -</form> |
49 | | - |
50 | | -<input type="checkbox" id="check"><label for="check">Toggle</label> |
51 | | -<input type="checkbox" id="check2"><label for="check2">Checkbox</label> |
52 | 20 |
|
53 | | -<div><input id="submit" type="submit" value="Label"></div> |
54 | | - |
55 | | -<button id="button1">Button</button> |
| 21 | +<form id="form2"> |
| 22 | + <button id="button-disabled" disabled>Button</button> |
56 | 23 |
|
| 24 | + <a href="#" id="anchor-button">Anchor Button</a> |
| 25 | +</form> |
57 | 26 | </div> |
58 | 27 | </body> |
59 | 28 | </html> |
0 commit comments