I am trying to open child dropdown on its parent dropdown change event, In my form, I have 10 dropdowns which I need to open one-by-one on dropdown change event of its parent Select.
I tried lots of jquery snippets but those are working on desktop browsers only, NOT in mobile like http://jsfiddle.net/XE73h/444/
I have also tried size attribute as $("#sel").attr("size", 10);
but it is also not working in mobile. (tried in Chrome for Andriod and Safari for iPhone devices)