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

94
Views
Bootstrap Modal inside modal closes parent modal

Working on bootstrap modal here i'm trying to add modal inside another modal in html as well. Is there a way using jquery target current current modal only.

<div class="modal fade role=" dialog ">
    <div class="modal-dialog modal-dialog-centered ">
        <!-- Modal content-->
        <div class="modal-content ">
            <div class="modal-header ">
                <button type="button " class="close " data-dismiss="modal " aria-label="Close ">
                    <svg class="icon-utility-close ">
                        <use xlink:href="#close-modal-icon "></use>
                    </svg>
                </button>
            </div>
            <div class="modal-body justify-content-center ">
                <p>Text 1</p>
            </div>
        </div>
    </div>
    <div class="modal fade role="dialog">
  <div class="modal-dialog modal-dialog-centered">
    <!-- Modal content-->
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                        <svg class="icon-utility-close">
                            <use xlink:href="#close-modal-icon"></use>
                        </svg>
                    </button>
      </div>
      <div class="modal-body justify-content-center">
        <p>Text 2</p>
      </div>
    </div>
  </div>
</div>
</div>

I was try to add different id to the close button and hide modal but it is not working. Can anyone point me in the right direction how to achieve.

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!