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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:10:28+00:00 2026-05-27T08:10:28+00:00

So I have a <ul> that contains <li> elements, and I’d like to grab

  • 0

So I have a <ul> that contains <li> elements, and I’d like to grab the IDs of these out and pass them on in a querystring to another page.

Like so:

<ul id="myList">
   <li id="first">First</li>
   <li id="second">Second</li>
   <li id="third">Third</li>
</ul>

into

first,second,third

Is there a neat way to do this? I’ve jQuery, so my brute-force probably-not-very-good-approach is to iterate using each() and build it that way. A bit scruffy, I think.

  • 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-05-27T08:10:29+00:00Added an answer on May 27, 2026 at 8:10 am

    A short and neat way using .map:

    var ids = $("#myList li").map(function() {
        return this.id;
    }).get().join(",");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a page that contains multiple textarea elements. These textareas and the IDs
I have an SVG file that contains several elements (like path, circles, rectangles, etc.).
I have a block of text that contains elements like: @[30:Larry Peters] Example: @[19:Sara
I have a HTML page that contains two main elements. One is a silverlight
I have Div that it contains some other elements like <p> , <ul> ,...
I have an xml document that contains some Item elements with ids. I want
I have a DIV that contains many child elements like e.g. other DIVs, SPANs
I have a TABLE elements with one COLUMN number, type SMALLINT that contains numbers
I have a problem finding elements in XPath that's contains a certain string ignoring
I have a numeric vector, it contains patches of elements that are repeating, something

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.