mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
8bda52c8d1
Ref #10119 Ref gh-1528
21 lines
405 B
HTML
21 lines
405 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>jQuery UI Spinner Test Suite</title>
|
|
|
|
<script src="../../lib/css.js" data-modules="core button spinner"></script>
|
|
<script src="../../lib/bootstrap.js" data-widget="spinner"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture">
|
|
|
|
<input id="spin" class="foo">
|
|
<input id="spin2" value="2">
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|