2011-08-03 21:12:44 +00:00
|
|
|
<!doctype html>
|
2010-01-20 14:00:14 +00:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2011-08-03 21:12:44 +00:00
|
|
|
<meta charset="utf-8">
|
2010-01-20 14:00:14 +00:00
|
|
|
<title>jQuery UI Button Test Suite</title>
|
|
|
|
|
2015-04-17 16:13:38 +00:00
|
|
|
<script src="../../../external/requirejs/require.js"></script>
|
2015-04-06 14:13:15 +00:00
|
|
|
<script src="../../lib/css.js" data-modules="core button"></script>
|
2014-01-22 17:02:32 +00:00
|
|
|
<script src="../../lib/bootstrap.js" data-widget="button" data-no-back-compat="true"></script>
|
2010-01-20 14:00:14 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2014-02-20 16:02:23 +00:00
|
|
|
<div id="qunit"></div>
|
2011-02-23 11:46:13 +00:00
|
|
|
<div id="qunit-fixture">
|
2014-01-22 17:02:32 +00:00
|
|
|
<form id="form1">
|
|
|
|
<div><button id="button">Label</button></div>
|
2010-02-25 11:09:39 +00:00
|
|
|
|
2014-01-22 17:02:32 +00:00
|
|
|
<div><input id="submit" type="submit" value="Label"></div>
|
2011-08-03 21:12:44 +00:00
|
|
|
</form>
|
2010-01-20 14:00:14 +00:00
|
|
|
|
2014-01-22 17:02:32 +00:00
|
|
|
<form id="form2">
|
|
|
|
<button id="button-disabled" disabled>Button</button>
|
2013-04-11 18:03:51 +00:00
|
|
|
|
2014-01-22 17:02:32 +00:00
|
|
|
<a href="#" id="anchor-button">Anchor Button</a>
|
|
|
|
</form>
|
2011-08-03 21:12:44 +00:00
|
|
|
</div>
|
2010-01-20 14:00:14 +00:00
|
|
|
</body>
|
|
|
|
</html>
|