aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/staticfiles/plugins/jquery-ui/tests/unit/slider/slider_common.js
diff options
context:
space:
mode:
Diffstat (limited to '97suifangqa/staticfiles/plugins/jquery-ui/tests/unit/slider/slider_common.js')
-rw-r--r--97suifangqa/staticfiles/plugins/jquery-ui/tests/unit/slider/slider_common.js23
1 files changed, 23 insertions, 0 deletions
diff --git a/97suifangqa/staticfiles/plugins/jquery-ui/tests/unit/slider/slider_common.js b/97suifangqa/staticfiles/plugins/jquery-ui/tests/unit/slider/slider_common.js
new file mode 100644
index 0000000..6d7278d
--- /dev/null
+++ b/97suifangqa/staticfiles/plugins/jquery-ui/tests/unit/slider/slider_common.js
@@ -0,0 +1,23 @@
+TestHelpers.commonWidgetTests( "slider", {
+ defaults: {
+ animate: false,
+ cancel: "input,textarea,button,select,option",
+ delay: 0,
+ disabled: false,
+ distance: 0,
+ max: 100,
+ min: 0,
+ orientation: "horizontal",
+ range: false,
+ step: 1,
+ value: 0,
+ values: null,
+
+ // callbacks
+ create: null,
+ change: null,
+ slide: null,
+ start: null,
+ stop: null
+ }
+});