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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T22:06:30+00:00 2026-06-16T22:06:30+00:00

Supposing I have this HTML: <div id=mydiv> <p> <span>My first span</span> </p> <p> <span>My

  • 0

Supposing I have this HTML:

<div id="mydiv">
<p>
<span>My first span</span>
</p>
<p>
<span>My second span</span>
</p>
<p>
<span>My third span</span>
</p>

My problem is that I’m appending HTML to the p tags:

$('#mydiv p').append('<img src="http://example.com/myimage.png">');

But I only want to append to the second p with the span tag text “My second span” (or any other p tags with their respective span text depending on my application). so this is the resulting HTML after appending:

<p>
<span>My second span</span><img src="http://example.com/myimage.png">
</p>

One limitation is that I cannot edit the original HTML sourcecode so I cannot assign class or ID selectors to them.

How would I revise my jQuery selectors to target a specific p with the specific span text? Thanks for any tips.

  • 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-16T22:06:32+00:00Added an answer on June 16, 2026 at 10:06 pm

    You can achieve this with the :contains() selector.

    $("#mydiv span:contains('My second span')")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Supposing I have this: foo bar 1 and foo bar 2 How can I
MVC newbie question re binders. Supposing I have two strongly typed partial actions that
Supposing that I have millions of user profiles, with hundreds of fields (name, gender,
I have this script on one free PHP-supporting server: <html> <body> <?php $file =
I have site that I want to look like this: but instead it looks
I have a custom HtmlHelper; public static MvcHtmlString DeleteEmployeeOtherLeave(this HtmlHelper html, string linkText, Leave
I have a DIV that is relatively positioned. The whole DIV needs to link
I am trying to follow this tutorial: http://playcontrol.net/ewing/jibberjabber/opengl_vertex_buffer_object.html And I have received this error:
I have 2 html radio buttons (separated by <br /> tags) where the text
Consider you have some expression like i = j = 0 supposing this is

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.