classify Flip toggle switch
classifying <select> somehow does not work
- <select name="flip-1" id="flip-1" data-role="slider" class="bigga">
- <option value="off">taunus</option>
- <option value="on"> grenada</option> </select>
-
- $(document).ready(function() {
- $('bigga').hide();
- });
If it did, the flip switch would get hidden. How come it doesn't? Is there a general rule in css of jqm or js that prevents this? What would be the workaround?