Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

143
Views
How to use jQuery to find the div in which threre is a specific data attribute

I have a div with class dis-section in which there are other multiple div. In each subdiv with class list there is an attribute dpos.

<div class="dis-section">
    <div class="col-12 list">
        <div class="row">
            <div class="col-md-12" data-dpos="10">
                ....
            </div>
        </div>
    </div>
    <div class="col-12 list">
        <div class="row">
            <div class="col-md-12" data-dpos="11">
                ....
            </div>
        </div>
    </div>
    <div class="col-12 list">
        <div class="row">
            <div class="col-md-12" data-dpos="12">
                ....
            </div>
        </div>
    </div>
    ...
</div>

Is there a way in jQuery or in JavaScript to find the subdiv <div class="col-12 list">...</div> containing the attribute e.g. dpos=12

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!