我正在使用ionRangeSlider我想为值分配标签,反之亦然。所以用户可以选择与海滩的距离:'onbeach','100m','200m','300m','morethan300m'但我需要在post值,例如'0'、'100'、'200'、'300'、999我的初始化:$("#idSelector").ionRangeSlider({...values_separator:"to",values:['onbeach','100m','200m','300m','morethan300m'],...有什么办法吗?(使用ionRangeSlider因为我可以在途中获取值并解析它们)我正
如何从ion.rangeSlider中获取低值和高值组件通过点击一个按钮?这是我的jQuery代码:$(document).ready(function(){$("#range_1").ionRangeSlider({min:10,max:50,from:10,to:20,type:'double',step:1,prettify:true,hasGrid:false});});$(document).ready(function(){$('#get_values').click(function(){varlow=$('#range_1')....???;varhigh=$('#ra