Hi
I really need a slider with:
Min Value: 0.5
Max Value: 4.0
Step: 0.1
I found a post that suggests using:
$(document).on("pagebeforecreate", function(){
var input = $('input[name="mobileslider_2"]'); // control name
input.attr("step", "0.01"); //step
});
That seems to address the step but not the min and max values.
Any help would be gratefully received!
Cheers
Andy