demos: slider - Simple colorpicker, prevent sliders from sometimes being drawn vertical when page first loads. Weird.

This commit is contained in:
Richard Worth 2009-03-03 10:32:52 +00:00
parent d2fa4b4446
commit 6d8e662744

View File

@ -52,6 +52,7 @@
}
$(function() {
$("#red, #green, #blue").slider({
orientation: 'horizontal',
range: "min",
max: 255,
value: 127,