提交 96174a1a 编写于 作者: A Abdullah Almsaeed 提交者: GitHub

Merge pull request #1186 from manhhailua/patch-1

sliders bug fixes
...@@ -827,7 +827,7 @@ ...@@ -827,7 +827,7 @@
<script> <script>
$(function () { $(function () {
/* BOOTSTRAP SLIDER */ /* BOOTSTRAP SLIDER */
$('.slider').slider(); $('.slider').bootstrapSlider();
/* ION SLIDER */ /* ION SLIDER */
$("#range_1").ionRangeSlider({ $("#range_1").ionRangeSlider({
...@@ -841,7 +841,10 @@ ...@@ -841,7 +841,10 @@
prettify: false, prettify: false,
hasGrid: true hasGrid: true
}); });
$("#range_2").ionRangeSlider();
$("#range_2").ionRangeSlider({
type: 'double'
});
$("#range_5").ionRangeSlider({ $("#range_5").ionRangeSlider({
min: 0, min: 0,
...@@ -852,6 +855,7 @@ ...@@ -852,6 +855,7 @@
prettify: false, prettify: false,
hasGrid: true hasGrid: true
}); });
$("#range_6").ionRangeSlider({ $("#range_6").ionRangeSlider({
min: -50, min: -50,
max: 50, max: 50,
...@@ -871,6 +875,7 @@ ...@@ -871,6 +875,7 @@
hideMinMax: true, hideMinMax: true,
hideFromTo: false hideFromTo: false
}); });
$("#range_3").ionRangeSlider({ $("#range_3").ionRangeSlider({
type: "double", type: "double",
postfix: " miles", postfix: " miles",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册