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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T19:00:07+00:00 2026-05-13T19:00:07+00:00

How to count the total number of div elements that are contained in another

  • 0

How to count the total number of div elements that are contained in another div using javascript?

  • 1 1 Answer
  • 1 View
  • 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-05-13T19:00:07+00:00Added an answer on May 13, 2026 at 7:00 pm

    The getElementsByTagName() is not only a document method, but one that can run on any DOM element.

    element.getElementsByTagName is
    similar to
    document.getElementsByTagName, except
    that its search is restricted to those
    elements which are descendants of the
    specified element

    see more at https://developer.mozilla.org/en/DOM/element.getElementsByTagName


    So the actual code that does what you ask is

    var container_div = document.getElementById('id_of_container_div');
    var count = container_div.getElementsByTagName('div').length;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a LINQ query (or queries) that count the total number
I'm trying to count the total number of rows that would have been returned
For example, if we have a table Books, how would we count total number
I need to count the total number of instances in which a 10-digit number
I'm writing a query whereby I'm trying to count the total number of records
How to count total number of digits from a given positive number without looping
What is the best way to count the total number of objects created in
how can i count the total number of divs with same name.......i.e. suppose i
For an InnoDB storage is it better to count the total number of records
How can I count the total number of contacts from the address book?

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.