Dimitris Monastiriotis
Posts: 0
Joined: Sat May 25, 2013 11:22 am

Customisation of slider

Can I configure the slider to accept decimal values? ie start from 0.5 and incremet every 0.5 ? If not can you advise of how I could implement it using jqm?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Customisation of slider

Hi Dimitris,

We cannot reproduce the problem. What browser version do you use?

Dimitris Monastiriotis
Posts: 0
Joined: Sat May 25, 2013 11:22 am

Customisation of slider

hi I use chrome Version 27.0.1453.110 m when I put in 0.5 in Val or Min Val it shoes a message saying "allowed values num" is there any way to bypass this???

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Customisation of slider

Create JavaScript file with the following code:
code$(document).on("pagebeforecreate", function(){
var input = $('input[name="mobileslider_2"]'); // control name
input.attr("step", "0.01"); //step
});/code

Dimitris Monastiriotis
Posts: 0
Joined: Sat May 25, 2013 11:22 am

Customisation of slider

thanks a lot

Return to “Issues”