I hava a jquery mobile slider.
<input type="range" min="1" max="100" data-theme="d" data-highlight="true"/>
My question is that is there a way to change the color of the highlight fill on the track of the slider? (By default its blue ).
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
@Littm: I didn’t want to change the whole theme of the slider, I only wanted to change the color of the highlight fill.
I found the answer though:
We just need to override one class which jqm applies.
Its working ..!!