Analysis on the use of BootStrap modal box (Classic) _ javascript skills

Source: Internet
Author: User
BootstrapModals (modal box) is created using a custom Jquery plug-in. This article describes how to use the BootStrap modal box. If you are interested, join us. BootStrap modal box Overview

Bootstrap Modals (modal box) is created using a custom Jquery plug-in. It can be used to create a modal window to enrich user experience, or to add practical functions to users. You can use Popover and Tooltip in Modals (modal box ).

1. Bootstrap modal dialog box and simple use

P id = "myModal" class = "modal hide fade">

XDialog Box title

Dialog Box subject

Cancel OK

You can use buttons or links to directly call the modal dialog box. This is a simple usage:

Contract Addition

In addition, when you need to make the dialog box clear the form data each time it is opened, as shown below:

$ ('# Modal1 '). modal ('hide '); $ ("# modal1 "). on ("hidden", function () {$ ('# form1') [0]. reset () ;}); // clear the form after adding the contract

The above content is the use of the BootStrap modal box introduced by xiaobian. I hope it will help you. For more exciting content, please stay tuned to the script home website!

Related Article

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.