Is it possible that i can trigger the dropdown of a dropdownlist by other elements?
for example, when click a button, a dropdown list will drop down.
please suggest how to do it in plain js withouting using any js framework, thanks
|
Is it possible that i can trigger the dropdown of a dropdownlist by other elements? for example, when click a button, a dropdown list will drop down. please suggest how to do it in plain js withouting using any js framework, thanks |
|||
|
|
You cannot programatically drop down a drop-down-list (select list) using JavaScript. |
|||
|
|