focus next input by enter key

focus next input by pressing enter

Table of Contents

was recently faced with the problem of setting focus to the next input field. The challenge was that I didn’t know what that field was. So given an input field, find the next logical (in the order of the DOM) input field and set focus. I came up with the following jQuery function (plugin) to accomplish this:

Leave a Comment

Your email address will not be published. Required fields are marked *

No data found.