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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T16:46:10+00:00 2026-05-15T16:46:10+00:00

I select some paragraphs inside a div: $(‘#myDiv p.p1, #myDiv p.p2’).text(); My problem is

  • 0

I select some paragraphs inside a div:

$('#myDiv p.p1, #myDiv p.p2').text();

My problem is that I want to add space between each selection so that the output is: “paragraph1 (space) paragraph2” instead of “paragraph1paragraph2”.

Any ideas?

  • 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-15T16:46:11+00:00Added an answer on May 15, 2026 at 4:46 pm

    You can use .map() with .get() to create an array of the separate paragraphs, then use .join(" ") to join them together with a space in between.

    Try this:

    var result = $('#myDiv p.p1, #myDiv p.p2').map(function() {
        return $.text([this]);
        // return this.innerHTML;              // Alternate means of getting text
        // return this.firstChild.nodeValue;   // Another alternate
    }).get().join(" ");
    

    The result variable should have your paragraphs with a space separating them.

    • http://api.jquery.com/map/
    • http://api.jquery.com/get/
    • http://www.w3schools.com/jsref/jsref_join.asp

    EDIT: Based on comment from @J-P, updated the text retrieval to be more efficient.

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

Sidebar

Related Questions

I have the problem, that MSSQL Server 2000 should select some distinct values from
I want to select some rows and immediately update a process column in that
I just want to select some text and press TAB to indent the selected
I have a gtk.Textview . I want to find and select some of the
I'm trying to select some text using regular expressions leaving all img tags intact.
I want to select some data from the sqllite Db. Now I face a
I want to select some html elements with name starting with btn (btn1, btn2..)
I want to select some data from db and store in an array. Suppose
I have some XML data that I want to convert to HTML with XSLT
I'm trying to select some integer values in MySQL. Several of the values are

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.