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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T19:30:31+00:00 2026-06-08T19:30:31+00:00

How do i extract the text part of a div leaving out text of

  • 0

How do i extract the text part of a div leaving out text of inner html tags

Here is the div

<div class="MessageBox">I want to see only this message<span....>Click Here to collapse</span></div>

Here is the jquery inside a javascript function

var message=  $(".MessageBox").text();

Right now i am getting
message= “I want to see only this message Click Here to collapse”

I want message =”I want to see only this message”

  • 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-08T19:30:33+00:00Added an answer on June 8, 2026 at 7:30 pm

    You can use the clone() method to clone the main element, then remove the children of that clone in order to discard the parts you don’t want:

    var clone = $('.MessageBox').clone();
    clone.children().remove();
    var message = clone.text();
    

    You could, of course, skip the cloning part. But then you’d actually be removing the elements from the page, and I’m not sure that you want to do that. Cloning the main element allows you to then manipulate a copy of it, rather than the one the user actually sees.

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

Sidebar

Related Questions

How to extract text after the br tags in the following lines: <div id='population'>
I have a big problem. I want to extract text from html table that
i want to extract some text in certain website. here is web address what
I have been using XPath with scrapy to extract text from html tags online,
I want to parse a part of html page, say my_string = <p>Some text.
I just want to get a part of an website within all the html-tags:
I want to be able to extract text from text files as tokens -
I want to extract the text information (Chinese) from the images that picked by
I want to extract the text from the table http://www.amiriconstruction.co.uk/goodwoodgolf/scoretable.htm into a textile in
I have some HTML like this (which I cannot change): <div> <p class=name> <span>Employee

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.