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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T03:20:06+00:00 2026-06-16T03:20:06+00:00

By not going through all jQuery function’s i had a problem with jQuery since

  • 0

By not going through all jQuery function’s i had a problem with jQuery since i started using it.

The problem with it is that some function’s it executes in a parallel way.

If i had an <ol> with 100 <li> childrens.

When im trying to itterate through all li items and increment a counter than display the counter proper value it fails.

​$(document).ready(function(){
    var counter = 0;        
    $("ul li").each(function(){
      counter++;              
    });
    $("div").text(counter);
});​

Counter on div text is always 0

Is there a way to control the way how function’s are executed parallel or not-parallel (Synchronous or Asynchronous).

Here’s the code on jsFiddle http://jsfiddle.net/burimshala/pf6pn/

  • 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-16T03:20:07+00:00Added an answer on June 16, 2026 at 3:20 am

    You are looping through UL LI not OL LI.

    Working fiddle: http://jsfiddle.net/pf6pn/2/

    With that in mind, change:

    $("ul li").each(function(){
    

    to

    $("ol li").each(function(){
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: pass by reference not working I was going through some of the
I'm using some function with jQuery, for example: $(window).one('beforeunload', function() { //my code });
I'm working with jQuery's .get() function and I'm having a very weird problem using
I'm going through all the MS tutorials on DirectX and I've noticed that they
I am going through C and came to following example which I could not
Fist time using fancybox and it's not going so well.. starting to wish I
Suppose I want to write an app for Android OS that is not going
I have a jquery block that does some ajax stuff like this: $.ajax({ url:
I would like to use JQuery to reorder all data that contains a certain
I'm using jQuery, and I'd like to make it so that a form submit

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.