How to open select dropdown by button?
How to open select dropdown by button?
$('button').on('click', function() {
$('select').trigger('click');
}); My code: http://jsfiddle.net/yqs90jdw/
All Replies (1)
Hi
Thank you for your question, but I think this is more of a web development query that a question about Firefox.
I recommend you ask in Stack Overflow and one of the experts there should be able to help you.