Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
You can perform the click event to a dropdownlist – VeroLom Oct 12 '11 at 8:50

1 Answer

You cannot programatically drop down a drop-down-list (select list) using JavaScript.

share|improve this answer
that is a bad news! – Wu Jia-Yi Oct 13 '11 at 7:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.