Tom
Tom

Reputation: 2634

Jquery ui version of the jquery mobile flip toggle?

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

Answers (1)

Micah Alcorn
Micah Alcorn

Reputation: 2383

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

Upvotes: 1

Related Questions