Response title
This is preview!
<div data-role="fieldcontain"> <label for="slider">Input slider:</label> <input type="range" name="slider" id="slider" value="25" min="0" max="100" /> </div>
It appears perfect, I can change the value (type-in) and the slider moves.
I can put the button in focus and move the slider button with the
keyboard keys, but it will not move on mouse click-drag as it does
on the JQM feature page.
I am testing with Firefox (8.0) och Chrome (16.0.912.63) but those are
of course not the issue as they both can move the button by click-drag
on the JQM feature page. With my own code the slider will not
move by a mouse click-drag.
I stuck the control into a plain HTML5 page with only JS for JQ 1.7
and JQM 1.0 + JQM CSS 1.0 and the control itself and NOPE.
It it is sort of embarrasing asking for help as no one seem to have
problem with the slider. But I am stuck.
I am reading the value of the slider using the timeout function with
an anonymous function callback starting the readout loop over again.
This loop is not the issue either as I disabled it with no change positive
with respect to the slider.
spooky or may I just be exhausted after several weeks of intense coding.
Thanks
/Ralf
© 2013 jQuery Foundation
Sponsored by and others.