Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

How to open select dropdown by button?

  • 1 件の返信
  • 2 人がこの問題に困っています
  • 3 回表示
  • 最後の返信者: Paul

more options

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/

すべての返信 (1)

more options

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.