6d8e662
click here to add a description
click here to add a homepage
The official jQuery user interface library. — Read more
http://jqueryui.com/
This URL has Read+Write access
demos: slider - Simple colorpicker, prevent sliders from sometimes being drawn vertical when page first loads. Weird.
@@ -52,6 +52,7 @@
}
$(function() {
$("#red, #green, #blue").slider({
+ orientation: 'horizontal',
range: "min",
max: 255,
value: 127,
6d8e662