Bootstrap plugin Little Note

Source: Internet
Author: User

1. Modal frame

In addition to controlling modal popups through Data-toggle and Data-target, the bootstrap framework provides additional custom data-properties for modal pop-up boxes to control modal popups. For example: whether there is a gray background modal-backdrop, you can press the ESC key to close the modal pop-up window. Instructions for customizing properties for modal popup are as follows:

When you use JavaScript to trigger modal popups, the bootstrap framework provides settings, mainly including property settings, parameter settings, and event settings.

For example, if you don't want the user to press ESC to close the modal popup, you can do this:

$ (function () {    $ (". Btn"). Click (function () {        $ ("#mymodal"). Modal ({            keyboard:false        });})    ;
Reference: http://blog.csdn.net/a316212802/article/details/25113407
Http://www.phperz.com/article/14/1228/43418.html

Bootstrap plugin Little Note

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.