Important considerations for Bootstrap JS plugin modal box

Source: Internet
Author: User

When using the modal box of the Modal.js plugin, the following code is written according to the reference document:

$ (' #myModal '). Modal (' Toggle ') . On (' Shown.bs.modal ', function (e) {

TODO something

});

Operation Result:

Chrome Works!

ie8+ (Low version did not try) do not respond to events, unexpectedly do not respond to the event!

>> Troubleshooting steps:

    1. Look through the document to see if there is a compatibility problem here, the results are not;

    2. Since there is no compatibility problem, it is the code writing problem, the problem becomes good, the order of flipping:

$ (' #myModal ') . On (' Shown.bs.modal ', function (e) {

TODO something

}). Modal (' toggle ');


Test,,, Normal, hehe!


Important considerations for Bootstrap JS plugin modal box

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.