价格滑块不工作移动,不能滑动酒吧

问题描述:

我使用下面的jquery滑块,它完美地在桌面上,但不是在移动。使用价格滑块不工作移动,不能滑动酒吧

http://www.lugolabs.com/flat-slider

库jQuery和jQueryUI的 codepen网址为:http://codepen.io/rajMrPerfect/pen/qRQLoW?editors=0110

.flat-slider.ui-corner-all, 
.flat-slider .ui-corner-all { 
border-radius: 0; 
} 

.flat-slider.ui-slider { 
    border: 0; 
    background: #171616; 
    border-radius: 7px; 
    } 

    .flat-slider.ui-slider-horizontal { 
    height: 2px; 
    } 

    .flat-slider.ui-slider-vertical { 
    height: 15em; 
    width: 2px; 
    } 

    .flat-slider .ui-slider-handle { 
    width: 30px; 
    height: 30px; 
    background: #ebf4e9; 
    border-radius: 50%; 
    border: none; 
    cursor: pointer; 
    } 
+0

你需要得到更具体的 –

+0

看到URL上述考试,,下面codepen网址 –

+0

http://codepen.io/rajMrPerfect/pen/qRQLoW?editors=0110 –

您的代码台式机和移动上工作正常!

+0

我使用一些其他的lib –

+0

所以发布您的代码! –

+0

其在codepen链接,那是我已经作出的新的lib –

使用angular scroller它在上面的codepen链接里解决了。