Application of Bootstrap modal window, bootstrap modal window

Source: Internet
Author: User

Application of Bootstrap modal window, bootstrap modal window

The documents on the Bootstrap Chinese site are hard to understand and can also be written as notes.

Indicates the modal class to be awakened in data-target. The others are simple.



<Button class = "btn-primary" data-toggle = "modal" data-target = ". modal"> Small modal </button>

<! -- Modal -->
<Div class = "modalfade" id = "myModal" tabindex = "-1" role = "dialog" aria-labelledby = "myModalLabel" aria-hidden = "true">
<Div class = "modal-dialog">
<Div class = "modal-content">
<Div class = "modal-header">
<Button type = "button" class = "close" data-dismiss = "modal">
<Span aria-hidden = "true"> & times; </span> <span class = "sr-only"> Close </span>
</Button>
<H4 class = "modal-title" id = "myModalLabel"> SysInfo </Div>
<Div class = "modal-body">... </div>
<Div class = "modal-footer">
<Button type = "button" class = "btn-default" data-dismiss = "modal"> Close </button>
</Div>
</Div>
</Div>
</Div>

    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.