I am using jQuery UI MultiSelect Widget for one my my pick lists. Then problem is that I am having is when I use "display: none;" in the select This menu does not hide by default and it is always being displayed. I have a header file where I have this menu on all the pages but I want to hide it by default and show it when every I need it.
The problem is the "display: none;" is not hiding it. How can I get the MultiSelect Widget to not ignore the display: none?
thanks for your help