The bootstrap modal box cannot be called.

Source: Internet
Author: User
Tags button type
<Button class = "BTN-success" data-Toggle = "Modal" data-target = "# mymodal"> Add </button> <Div id = "mymodal" class = "Modal fade" tabindex = "-1" role = "dialog"> <Div class = "modal-dialog" role = "document"> <Div class = "modal-content"> <Div class = "modal-header"> <button type = "button" class = "close" data-dismiss = "Modal" Aria-label = "close"> <Span aria-hidden = "true"> × </span> </button> <H4 class = "modal-title"> modal t Itle </H4> </div> <Div class = "modal-Body"> <p> one fine body... </P> </div> <Div class = "modal-footer"> <button type = "button" class = "BTN-Default" data-dismiss = "Modal"> close </button> <button type = "button" class = "BTN-primary"> Save changes </button> </div> <! --/. Modal-content --> </div> <! --/. Modal-dialog --> </div>

The modal box cannot pop up,

Change the call order to the following, and the pop-up will be normal.

<script src="../../jquery-3.3.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script>

 

The bootstrap modal box cannot be called.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.