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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:07:36+00:00 2026-05-27T12:07:36+00:00

I have an issue with a jquery script using text node to find and

  • 0

I have an issue with a jquery script using text node to find and wrap text in a div.

It’s ignoring <b> elements at the very start. But not after any plain text.

<b>Bold introduction</b>
content content content <b>content</b> content

To this:

<b>Bold introduction</b>

<div class="description">
content content content <b>content</b> content

</div>

One solution I can think of is to remove <b> elments and then reinsert them after the text node script has fired. Is the possible? Thanks

EDIT: sorry wasn’t clear. The above is what I want to fix. Ie:

<div class="description">
<b>Bold introduction</b>
content content content <b>content</b> content

</div>

Here is the text node script jsfiddle with the error
js fiddle

  • 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-27T12:07:36+00:00Added an answer on May 27, 2026 at 12:07 pm

    To turn this:

    <b>Bold introduction</b>
    content content content <b>content</b> content
    

    into this:

    <b>Bold introduction</b>
    
    <div class="description">
    content content content <b>content</b> content
    
    </div>
    

    I think you want

    $("b:first").nextAll().wrapAll("<div class='description' />");
    

    EDIT

    If you want to move these elements into the description div, then this should do that

    var toMove = $("b:first").nextAll().remove();
    $(".description").append(toMove);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Another jQuery issue... I have tried this several times using class and id elements
I have this strange issue with my web app. You see, I'm using jQuery
I have a rather annoying cosmetic issue with jQuery. I'm using the $(window).scroll event
I seem to have an issue with using jQuery to do a PostBack. I
I have the following Delete confirmation code using jquery. The issue is that it
i have done drag and drop using with jquery. here i have issue that
I am using the jQuery Validation plugin and have an issue validating items that
This is a bit of an obscure issue, but I'm using jQuery Sortables and
I am using the jQuery plugin Jcrop. I have an issue with one of
I have and issue with scrolling content of a jScrollPane div using the mousewheel,

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.