mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
20 lines
277 B
JavaScript
20 lines
277 B
JavaScript
commonWidgetTests( "slider", {
|
|
defaults: {
|
|
animate: false,
|
|
cancel: function() {},
|
|
delay: 0,
|
|
disabled: false,
|
|
distance: 0,
|
|
max: 100,
|
|
min: 0,
|
|
orientation: 'horizontal',
|
|
range: false,
|
|
step: 1,
|
|
value: 0,
|
|
values: null,
|
|
|
|
// callbacks
|
|
create: null
|
|
}
|
|
});
|