html - How to use a custom toggle switch in jquery mobile -
i using jquery mobile framework , not of default toggle switch. wish use purely css switch. have found great examples use (basically square switch ability see both texts @ same time show 1 active). have copied , pasted code code , distorted, not recognizable. starting believe not possible.
if know of way can please explain how it?
on input elements, set data-role="none" tell jqm ignore them:
<input data-role="none" type="radio" class="switch-input" name="view" value="month" id="month" /> working demo
Comments
Post a Comment