classify Flip toggle switch

classify Flip toggle switch

classifying <select> somehow does not work
  1.         <select name="flip-1" id="flip-1" data-role="slider" class="bigga">
  2.             <option value="off">taunus</option>
  3.             <option value="on"> grenada</option>        </select>
  4.         

  1. $(document).ready(function() {
  2.   $('bigga').hide();
  3. });
  4.  

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?