2011-08-07 12:10:49 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>jQuery UI Spinner Test Suite</title>
|
2012-04-23 14:15:17 +00:00
|
|
|
|
2015-04-06 23:46:15 +00:00
|
|
|
<script src="../../lib/css.js" data-modules="core button spinner"></script>
|
|
|
|
<script src="../../lib/bootstrap.js" data-widget="spinner"></script>
|
2011-08-07 12:10:49 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2014-02-20 16:02:23 +00:00
|
|
|
<div id="qunit"></div>
|
2011-08-07 12:10:49 +00:00
|
|
|
<div id="qunit-fixture">
|
|
|
|
|
|
|
|
<input id="spin" class="foo">
|
|
|
|
<input id="spin2" value="2">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|