mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-07-24 19:52:57 +03:00
Merge commit 'd32092c1f0
' as 'jquery-ui'
This commit is contained in:
commit
b23131fdc2
717 changed files with 518330 additions and 0 deletions
34
jquery-ui/tests/unit/slider/slider.html
Normal file
34
jquery-ui/tests/unit/slider/slider.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>jQuery UI Slider Test Suite</title>
|
||||
|
||||
<script src="../../../external/requirejs/require.js"></script>
|
||||
<script src="../../lib/css.js" data-modules="core slider"></script>
|
||||
<script src="../../lib/bootstrap.js" data-widget="slider"></script>
|
||||
<style>
|
||||
#slider2.ui-slider-horizontal {
|
||||
height: 12px;
|
||||
width: 500px;
|
||||
}
|
||||
#slider2.ui-slider-vertical {
|
||||
width: 12px;
|
||||
height: 500px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="qunit"></div>
|
||||
<div id="qunit-fixture">
|
||||
|
||||
<div id="slider1"></div>
|
||||
<div id="slider2"></div>
|
||||
<div id="slider3" style="position: relative; margin: 40px; width: 217px; height: 28px;">
|
||||
<div class="ui-slider-handle" style="position: absolute; height: 21px; left: 0px; bottom: 0px; width: 17px;"></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue