eydg
11-01-2012, 04:54 AM
<form name="type"><label >type:</label>
<select name="variant" data-role="slider">
<option value="simple" onchange="trigger()">simple</option>
<option value="complex" onchange="trigger()">complex</option>
</select>
</form>
Normally f.e. with radiobuttons, it is possible to make them trigger a subroutine.
How to achieve that with a slider?
I have tried all the possibilities (although onchance seems the right one), but to no avail.
Pls help.
<select name="variant" data-role="slider">
<option value="simple" onchange="trigger()">simple</option>
<option value="complex" onchange="trigger()">complex</option>
</select>
</form>
Normally f.e. with radiobuttons, it is possible to make them trigger a subroutine.
How to achieve that with a slider?
I have tried all the possibilities (although onchance seems the right one), but to no avail.
Pls help.