focus on next tabindex of HTML element onEnter keypress by JQuery

后端 未结 6 1670
日久生厌
日久生厌 2020-12-05 11:06

Hi Friends, I\'m working on a small task which is to enable the user to tabindex the html element upon enter keypress.

As im new to jquery , I have

6条回答
  •  天命终不由人
    2020-12-05 12:05

    Here is my full working code to focusNextElement on keydown [Enter] without jQuery with JSFiddle example created based on the following stackoverflow answers:

    1. How to prevent ENTER keypress to submit a web form?
    2. Focus Next Element In Tab Index
    
    

提交回复
热议问题