javascript - Select and open a selectbox with jquery -


i know can focus , select html selectbox drop-down jquery:

<script>     $('#otherbox').on('change', function() {         $("#selbox").focus();         $("#selbox").select();     }); </script> 

but focuses selectbox doesn't open it, still have click on select-element mouse open it.

how can automatically open selectbox event?

there 2 ways it:


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -