Jquery select NEXT text field on Enter Key Press

后端 未结 6 1316
感动是毒
感动是毒 2020-12-31 15:31

I have made a page using jquery, and on load it selects the first text field automatically. I want it to then move to the next field when the ENTER key is pressed.



        
6条回答
  •  有刺的猬
    2020-12-31 15:42

    Basically, you just need top have the DOM elements in some structure so that you can select the next one. I'd suggest exploiting tabindex, but anything that let's you have a defined order will work.

提交回复
热议问题