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

  • Home
  • SEARCH
  • 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 8910489
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T03:42:08+00:00 2026-06-15T03:42:08+00:00

Possible Duplicate: Get attribute values as array from selection of elements using jQuery I

  • 0

Possible Duplicate:
Get attribute values as array from selection of elements using jQuery

I am trying to get the id from the list of elements

I have

<div class='test' id='123'> </div>
<div class='test' id='1243'> </div>

<div class='test' id='1223'> </div>
<div class='test' id='1423'> </div>
<div class='test' id='1223'> </div>
<div class='test' id='1253'> </div>

I want to get id for every div

I have

var idarray=[];

var id= $('.test').attr('id'); //would only get the first 123 id.

idarray.push(id)

How to I get every id to the idarray in my case? Thanks for the help

  • 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-15T03:42:09+00:00Added an answer on June 15, 2026 at 3:42 am

    You can use

    var idarray = $('.test').map(function(){return this.id}).get();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: How to get values of xml elements? I have the following data
Possible Duplicate: PHP get values from SimpleXMLElement array SimpleXMLElement Object ( [@attributes] => Array
Possible Duplicate: jQuery get all divs which do not have class attribute I need
Possible Duplicate: Get Enum from Description attribute I have an Enum that uses the
Possible Duplicate: jQuery get input value after keypress I'm trying to get an input
Possible Duplicate: DOMDocument::load - PHP - Getting attribute value I have many div tags
Possible Duplicate: How to extract a node attribute from XML using PHP's DOM Parser
Possible Duplicate: How to get a list of properties with a given attribute? I
Possible Duplicate: Based on date, get todays and the next two days values from
Possible Duplicate: Get random item from array I need a code to set a

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.