From 9a35874d44262f79d1a5fc7d8c7e673518c985fd Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 31 Dec 2008 01:20:50 +0000 Subject: demos: whitespace fixes - trailing whitespace - inconsistent line endings - set svn:eol-style to native --- demos/slider/slider_vertical.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'demos/slider/slider_vertical.html') diff --git a/demos/slider/slider_vertical.html b/demos/slider/slider_vertical.html index 875addb10..e9ef91d72 100644 --- a/demos/slider/slider_vertical.html +++ b/demos/slider/slider_vertical.html @@ -12,8 +12,8 @@ $("#slider-vertical").slider({ orientation: "vertical", range: "min", - min: 0, - max: 100, + min: 0, + max: 100, value: 60, slide: function(event, ui) { $("#amount").val(ui.value); @@ -36,7 +36,7 @@
-

This is an example of a minimum range vertical slider created by setting the orientation to vertical:

orientation: "vertical",
+

This is an example of a minimum range vertical slider created by setting the orientation to vertical:

orientation: "vertical",

It's important to note that a vertical slider needs a height set. You can do this via the script options or by adding a height through CSS.

This demo also shows how the current slider value can be used to populate a standard form input that can also be used for user feedback.

-- cgit v1.2.3