![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
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/
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.