jquery how to hide <select> menu
- <select id="wybierz1" style="display:none" >
- <option data-icon="arrow-u" data-iconpos="top" style="display:none" >- SELECT -</option >
- </select>
the above display:none does not work. I have also tried "hidden", but to no avail.
How to hide this select menu?