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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T10:09:17+00:00 2026-06-18T10:09:17+00:00

How can I take all data-id from the following line of code HTML: <div

  • 0

How can I take all data-id from the following line of code

HTML:

<div data-id='1' class="userId">
    <span> user name-1 </span>
</div>
<div data-id='2' class="userId">
    <span>user name-2</span>
</div>

javascript:

var userIds = $('.userId').attr("data-id");

But it returns only 1

  • 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-18T10:09:19+00:00Added an answer on June 18, 2026 at 10:09 am
    var userIds = $('.userId').map(function(){
        return $(this).data('id');
    }).get();
    

    How does it work?

    it grabs all the userId class elements, then it will execute a function(with map) that will return the data-id attribute using data and then get the results with `get.

    Why doesn’t your code work?

    var userIds = $('.userId').attr("data-id");
    

    attr works only on the first matched element in the set, so it returns only the first element id- 1.

    attr: Get the value of an attribute for the first element in the set of matched elements…

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

Sidebar

Related Questions

Using Objective-C, how can I give/take the permissions for all user to read a
Is there anyway we can take input from command line in Objective-C, the way
Take for example a html like the following: <html> <head> <title></title> </head> <body> <div>
Scriptaculous's Effect.Morph can take a CSS class and apply it over a period of
I have a Python3 script that can take optional command line parameters which the
i have the following script i am using to scrap data from my uni
I have the following function which in words should take user credentials and validate
The short version of this question is: How can I take data that only
I am trying to translate the following query into entity framework: SELECT Subjects.Name FROM
I have a column that has values stored in the following format: name#URL All

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.