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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T09:21:40+00:00 2026-05-13T09:21:40+00:00

I have a WYSIWYG TEXT EDITOR contained in ID = ‘bunchofstuff’, which contains text

  • 0

I have a WYSIWYG TEXT EDITOR contained in ID = ‘bunchofstuff’, which contains text with a bunch of HTML (all types of tags).

Example:

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean consectetuer. Etiam venenatis.

Using JQUERY,

  • Part 1 – How can I get the text in the ID bunchofstuff, strip out all the HTML so I just have TEXT
  • Part 2 – If it’s over 40 characters of text, display the 40 characters with a … at the end
  • Part 3 – If it’s under 40 characters, just show the line of text w/o … trailing at the end.

Thanks for the 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-13T09:21:40+00:00Added an answer on May 13, 2026 at 9:21 am
    var text = $('bunchofstuff').text();
    if (text.length) > 40) {
      text = text.substring(0, 37) + '...';
    }
    alert(text);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a CMS with a WYSIWYG editor which produces pretty good xhtml. Based
I have some data (which users input using WYSIWYG editor). I have created a
I have a Rails application where the user can insert text with a WYSIWYG-Editor.
I have an issue with my WYSIWYG editor. If users copy in outside text,
I have a wysiwyg editor in my back end, and it is tripping up
I have to choose an online WYSIWYG editor. I'm pending between TinyMCE and Xinha
We have a client that is using a wysiwyg editor to add multiple photos
I'm trying to make a WYSIWYG editor, and so far I have it so
Here is what I'm looking to do. 1: Have a jQuery WYSIWYG editor that
I have a web admin where there is a wysiwyg editor when a user

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.