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
Post a Comment