Added labels above each slider

This commit is contained in:
Todd Parker
2008-12-30 19:16:50 +00:00
parent ed25622f4b
commit 1b2d22b5f2
3 changed files with 4 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
<div class="demo">
<p>Your age:</p>
<div id="slider"></div>
</div><!-- End demo -->

View File

@@ -12,7 +12,7 @@
$("#slider-range").slider({
orientation: "vertical",
range: true,
values: [17, 67]
values: [45, 67]
});
});
</script>
@@ -21,6 +21,7 @@
<div class="demo">
<p>Target sales goal (Millions):</p>
<div id="slider-range" style="height:250px;"></div>
</div><!-- End demo -->

View File

@@ -21,6 +21,7 @@
<div class="demo">
<p>Volume:</p>
<div id="slider-vertical" style="height:250px;"></div>
</div><!-- End demo -->