Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、キーボードのみを使用してアクセスできるように、mvc3 Web サイトをテストしています。
私の問題は、クリックするオプションを備えたjqueryポップアップボックスがありますが、それらにアクセスする唯一の方法はボックスをクリックすることであり、キーボードを使用できます。
ポップアップをクリックせずに自動的にポップアップにフォーカスする方法はありますか?
ありがとう
jquery:
$(element).focus();
これにより、特定の要素にフォーカスが設定されます