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.
フォームでタブ ボタンが押されたときに URL フィールドをスキップすることは可能ですか? 最後の入力要素に移動した後のように、URLフィールドに移動するのではなく、最初の入力要素に戻りたいと思いました!
どうもありがとう。
最後の入力にを追加しonkeyup、タブキーが押されたかどうかを確認してyour_first_input.focus()から、のようなものを実行すると、最初の入力にジャンプします。
onkeyup
your_first_input.focus()