Reputation: 2634
Is there a jquery ui version of the 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 was going to use on my mobile site, but I'd like to keep the same look and feel on the main site as well. Thanks in advance.
Upvotes: 3
Views: 685
Reputation: 2383
The jQuery-checkbox plugin does this, although it is ugly as sin.
Upvotes: 1