VadeConrad
New Member
Thanks for any help you can provide! I have a box. I want to display all of the contents in the box by default. In a desktop view, no problem; it does this automatically. In a mobile view, however, the contents are automatically hidden. The user must opt to click the box to view its contents. Is there a way to have this multiselect box open by default?
- I believe this is possible with the jquery multiselect based on this link: Jquery Multiselect dropdown remain open by default
- Also, I know I could convert the whole thing to checkboxes for a cleaner view, but I prefer not to use that solution here: Jquery-mobile's Multiselect control