Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8602283
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T02:02:50+00:00 2026-06-12T02:02:50+00:00

How do I focus on the next element that has a ‘tabindex’ property I

  • 0

How do I focus on the next element that has a ‘tabindex’ property

I need to this because all my inputs and selects have the same tabindex and do not have ids

$('form').keypress(function (event) {

    $("*:focus").nextAll('[tabindex]').focus(); //this is not working

});

<div>

    <input type="text"  tabindex="1" />
    <input " type="text"  tabindex="1" />
    <br /><br />
    <input  type="text"  tabindex="1" />

    <select  tabindex="1">
        <option value=""></option>
        <option value=""></option>
        <option value=""></option>
        <option value=""></option>
        <option value=""></option>
    </select>

    <input type="text"  tabindex="1" />

</div>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T02:02:51+00:00Added an answer on June 12, 2026 at 2:02 am

    You’ll need to select the :first element:

    $(":focus").nextAll('[tabindex]:first').focus(); 
    

    Notice also, you don’t need the * at the start of the :focus selector. This is implied.

    There’s a full mockup here http://jsfiddle.net/QJQDP/1/

    You’ve also got a typo (an extra ") in your second input.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Why does this not work I'm trying to focus on the next element in
I need code that will force Silverlight to commit the focused element (in my
I am trying to set focus to the next input element in a table
At the moment I have this to change focus of an element: SendKeys.Send({TAB}) Instead
How do I get a choicebox in JavaFX to pass focus to the next
function focus(element) { document.form.element.focus(); } I want to have a function to focus on
My focus in this question is making HTML5 games. The aim is to help
textarea onclick=this.focus(); this.select(); rows=1 cols=100 readonly=readonly style=background: #ffffcc; font-family: Monospace;> a href=http://127.0.0.1:8000/ajax/share?url=...... onclick=window.open(this.url, 'blabla',
I need to set focus on the textbox. The problem is when a WebBrowser
I have a pagination system like this: [content] 1 2 3 Next > when

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.