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 8700855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T02:15:54+00:00 2026-06-13T02:15:54+00:00

Hey my question is relatively simple i guess. I wonder if jQuerys each() method

  • 0

Hey my question is relatively simple i guess.

I wonder if jQuerys each() method scans the page in element order or not, i can’t seem to find the answer.

I mean let’s say i have :

  <div>
<span class="example">1</span>
<span class="example>2</span>
</div>
<div>
<span class="example">3</span>
</div>

And i write the following :

    $('.example').each(function(index) {
    alert(index + ': ' + $(this).text());
});

Will i always get “123”? i mean if the elements are scattered more then that…

  • 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-13T02:15:55+00:00Added an answer on June 13, 2026 at 2:15 am

    Yes, on a normal selector query like this, the objects are sorted into DOM order in the jQuery object and that jQuery array order is the order they are presented in the .each() iteration. There is an explicit step in the construction of the jQuery object (in the jQuery code) where all the DOM elements are sorted into page order top to bottom.

    There are some jQuery methods like .prev() or .prevAll() that explicitly do not return elements in document order, but rather in previous order (from the starting point going up).

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

Sidebar

Related Questions

Hey guys, (relatively, I believe) simple question here, I have a UITableViewController with its
Hey guys I have a question. I wanna create a profile page for each
Hey all - simple CSS newbie question, but I can't seem to enter the
Hey this is a simple question but i can't seem to find an answer
Hey, my question is simple but I can't find a way to do this.
Hey this might be a simple question, but i have been stumped on it
This is probably a very easy question. Hey I'm a student and relatively new
Hey this may be a somewhat simple question, but I'm new to Eclipse and
Hey ya'll I have a question. I have a shopping cart on my page
Hey guys.. Quick question: I wrote a simple JS that opens lightBox for image

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.