Sha256: fa7b2c63d086dc824fdbea7c13f58c297a7117226209e2cac5a84eaa0b572c7b

Contents?: true

Size: 1.1 KB

Versions: 7

Compression:

Stored size: 1.1 KB

Contents

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8" />
	<title>jQuery UI Slider - Default functionality</title>
	<link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
	<script type="text/javascript" src="../../jquery-1.4.2.js"></script>
	<script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
	<script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script>
	<script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script>
	<script type="text/javascript" src="../../ui/jquery.ui.slider.js"></script>
	<link type="text/css" href="../demos.css" rel="stylesheet" />
	<style type="text/css">
		#demo-frame > div.demo { padding: 10px !important; }
	</style>
	<script type="text/javascript">
	$(function() {
		$("#slider").slider();
	});
	</script>
</head>
<body>

<div class="demo">

<div id="slider"></div>

</div><!-- End demo -->

<div class="demo-description">

<p>The basic slider is horizontal and has a single handle that can be moved with the mouse or by using the arrow keys.</p>

</div><!-- End demo-description -->

</body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hydroponics-0.3.5 static/vendor/jquery-ui-1.8.5.custom/development-bundle/demos/slider/default.html
hydroponics-0.3.4 static/vendor/jquery-ui-1.8.5.custom/development-bundle/demos/slider/default.html
hydroponics-0.3.3 static/vendor/jquery-ui-1.8.5.custom/development-bundle/demos/slider/default.html
hydroponics-0.3.2 static/vendor/jquery-ui-1.8.5.custom/development-bundle/demos/slider/default.html
hydroponics-0.3.1 static/vendor/jquery-ui-1.8.5.custom/development-bundle/demos/slider/default.html
hydroponics-0.3.0 static/vendor/jquery-ui-1.8.5.custom/development-bundle/demos/slider/default.html
hydroponics-0.2.2 static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/default.html