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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T17:36:13+00:00 2026-06-08T17:36:13+00:00

I have an element (for example, a body) nested somewhere inside a div.. Something

  • 0

I have an element (for example, a body) nested somewhere inside a div.. Something like:

<div class=wrapper>
..
..
<body>
</body>
</div>

How would I go about selecting the body with jQuery?

  • 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-08T17:36:14+00:00Added an answer on June 8, 2026 at 5:36 pm

    As others have said – this doesn’t look like valid HTML – I’m going to assume that you just gave that as an example as this technique can be used to find any type of element.

    This should do the trick to locate the body tag –

    $('div.wrapper').find('body')
    

    When you don’t specify in your selector that you are talking about a class . or id # attribute – the whole string will be matched to the type of element.

    The same could be done for –

    • <img> tags –
      $('div.wrapper').find('img')
    • <a> tags –
      $('div.wrapper').find('a')
    • <span> tags –
      $('div.wrapper').find('span')
    • etc…
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For example I have this HTML: <body> <div>Text</div> </body> And I would like to
How would I split a node/element at a position (selection). Example I have this
For example, I have two elements in an enum. I would like the first
For example, I have a bunch of elements inside a #dialogbox div, can I
Assume I have the following html: <html> <head> </head> <body> <div id=wrapper > <div
I have a number of elements with the same class like this: <html> <head><title>example</title>
I have a div set up something like this: <div id=test> <p>Hello</p> <p style=display:
Suppose I have an HTML page that looks something like this: <html><body> 00123 <input
When I am writing for example Spring Bean I often have empty element without
I have a select element containing different titles; as an example: <select name=titles> <option

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.