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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:15:30+00:00 2026-05-23T07:15:30+00:00

Since I’ve got more than one correct answer, I’m answering Thanks for your help

  • 0

Since I’ve got more than one correct answer, I’m answering

Thanks for your help

this was the sollution here

$(‘body’).children(‘.class_to_find’);

Thanks

Sorry for bad formating of example, this markdown system in not good.

I may have more than 1 element with the same class in my document, but I need to just find those who are outside any element but body, example

<body>
    <div class="class_to_find">my div</div>
    <div class="testing">
       <div class="class_to_find">my other div</div>
    </div>
</body>

I just want to catch ‘my div’, but of course this

$('body').find('.class_to_find');

does catch all, since they’re all within body, what should I do?

  • 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-23T07:15:31+00:00Added an answer on May 23, 2026 at 7:15 am

    Use the direct parent-child selector:

    $('body > .class_to_find')....
    

    or .children(), which only searches direct descendents:

    $('body').children('.class_to_find')...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Since I'm pretty new this question'll certainly sound stupid but I have no idea
Since I started this new webshop for a friend to launch, which still in
Since i'm not strong in asp.net, probably my question will sound silly. I've got
Since I'm using Java 1.4.2, this means that I cannot use Java's implementation of
since this morning I keep getting this error when trying to launch my MVC
Since HTA applications are hosted within MSHTA.exe how does one provide a manifest? Plus
Since this question is back to four votes to close, I'm trying again to
since they have same rendering engine, this problem shows in both. it works great
Since I started studying object-oriented programming, I frequently read articles/blogs saying functions are better,
Since CS3 doesn't have a web service component, as previous versions had, is there

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.