Is it possible to make the select box drop down by making a dedicated button/div for that?
For example: jsFIddle –
I want the select box to drop down when I click on the orange rectangle.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
An abvious solution would be to call select.click() method, but this won’t work.
Here’s a library that could do the trick for you: http://code.google.com/p/expandselect/