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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T13:51:54+00:00 2026-06-05T13:51:54+00:00

How do i use javascript/jquery to select all $(‘td.created’) and split the html on

  • 0

How do i use javascript/jquery to select all $('td.created') and split the html on <br>, then wrap each section in span tags (so that i can add a class to span:first in order to style it).

The format of the string which is returned from $('td.created').html() is something like

posted by User123 <br> Posted on 1/2/12 at 4:15PM

  • 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-05T13:51:56+00:00Added an answer on June 5, 2026 at 1:51 pm

    Possible universal solution (works not only for 2 lines):

    $("td.created").each(function() {
        var text = this.innerHTML.split("<br>");
        for (var i = 0; i < text.length; i++) {
            var span = $("<span />").html(text[i]);
            if (i == 0) span.addClass("first");
            span.appendTo("#element");
        }
    });​
    

    DEMO: http://jsfiddle.net/7xQAL/

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

Sidebar

Related Questions

How to use Jquery and Javascript to extract JSON from $ajax and then do
I'm attempting to select all <script type=text/html> tags in a page. I use <script>
I have a simple html option/select (dropdown) menu. I want to use JQuery to
I want to use javascript / jquery to determine if an xml file exists.
How do I use javascript/jquery to change the text on a button in Twitter
Assume you have a page in ASP.NET where it makes sense to use JavaScript/jQuery
Is there any way that I can use JavaScript (and jQuery) to create a
My website doesn't use Flash or any plugins; just javascript (jQuery, Google Maps). It
Im tring to use the observer pattern in javascript with JQuery, but the trigger
Looking to pass variables from c# to javascript to use some jquery code. Passing

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.