multi select - How to hide jQuery UI MultiSelect Widget by default and how it when needed? -


i using jquery ui multiselect widget 1 my pick lists. problem having when use "display: none;" in select menu not hide default , being displayed. have header file have menu on pages want hide default , show when every need it.

the problem "display: none;" not hiding it. how can multiselect widget not ignore display: none?

thanks help

<select style="display:none;"> not work. have 2 options

assign class <select> , apply css-style class display:none

or

wrap <select></select> <div></div> , apply css-style display:none div


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -