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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T17:19:22+00:00 2026-06-03T17:19:22+00:00

<div class=example> <div class=test>Some text</div> <div class=whatever></div> </div> <div class=example> <div class=test>Some more text</div>

  • 0
<div class="example">
  <div class="test">Some text</div>
  <div class="whatever"></div>
</div>

<div class="example">
  <div class="test">Some more text</div>
  <div class="whatever"></div>
</div>

How can I make each .example‘s .whatever contain the contents of its .test?

For example, if the code were just this:

<div class="example">
  <div class="test">Some text</div>
  <div class="whatever"></div>
</div>

Then I could just do this:

$('.whatever').text($('.test').text());

But I have multiple elements with the class .whatever and multiple elements with the class .test, and each .test contains different text.

So in other words, how can I make every element with the class .whatever contain the text of the element .test, but only the element .test that is in the sample .example element?

Sorry for the confusing wording.

  • 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-03T17:19:25+00:00Added an answer on June 3, 2026 at 5:19 pm

    Try:

    $('.example').each(function() {
        $(this).find('.whatever').html( $(this).find('.test').html() );
    });​
    

    Tested Here

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

Sidebar

Related Questions

<div class=example>Some example text</div> <div class=example>Some more example text</div> How can I remove all
<div class=example> <div class=test style=display:none;>Text</div> </div> <div class=example> <div class=test style=display:none;>Some other text</div> </div>
for example I have the following: I want to go through each div class
Does anyone know where I can find some example code for implementing ajax tabs
From this code: HTML <div class=test></div> CSS .test { background-color:red; font-size:20px; -custom-data1: value 1;
I have an HTML table like: <div> <table border=1> <thead> <tr class=example> <th> <span
<div class = a> <div class = a b> text </div> </div> <script> alert($(.a).html());
I'm trying to make an optional draggable div, which shows up at some condition.
I have code like this: <div class=ui-widget> <ul style=list-style-type: none; padding-left: 0; id=menuList> <li>
I have got some markup that looks like this: <div class=button> <span class=image></span> <input

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.