Jason Baird
Posts: 0
Joined: Tue Nov 26, 2013 11:38 pm

increment slider in values of 10

I wonder if there is a way to have the slider increment in values of 10 when I slide it (or another number or course)

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

increment slider in values of 10

Hello! Through More properties for Slider specify step property with necessary value.

Jason Baird
Posts: 0
Joined: Tue Nov 26, 2013 11:38 pm

increment slider in values of 10

Have I mentioned how much I love the support here? :) Thanks Maryna! Is there a manual that shows all the properties I can set on things? On an other note, if I wanted to set that using a localStorage variable? Can I?

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

increment slider in values of 10

Hi Jason,

Sure you can:
prevar val = localStorage.getItem("val");
Appery("mobileslider").attr("step", val);/preWhere 'mobileslider' is a slider name,
'val' is a localStorage variable name.

Return to “Issues”