mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
demos: slider - Simple colorpicker, prevent sliders from sometimes being drawn vertical when page first loads. Weird.
This commit is contained in:
parent
d2fa4b4446
commit
6d8e662744
@ -52,6 +52,7 @@
|
||||
}
|
||||
$(function() {
|
||||
$("#red, #green, #blue").slider({
|
||||
orientation: 'horizontal',
|
||||
range: "min",
|
||||
max: 255,
|
||||
value: 127,
|
||||
|
Loading…
Reference in New Issue
Block a user