Select slide...">

Jquery ui version of jquery mobile flip toggle?

Is there a jQuery ui version for jquery mobile flip toggle ?

<label for="flip-a">Select slider:</label>
<select name="slider" id="flip-a" data-role="slider">
   <option value="off">Off</option>
   <option value="on">On</option>
</select> 

I really like the flip switch and I'm going to use it on my mobile site, but I would like to leave the same appearance on the main site. Thanks in advance.

+3
source share
1 answer

The jQuery-checkbox plugin does this, although it is ugly as a sin.

+1
source

All Articles