Bootstrap Modal doesn't show
问题 I wanted to test out Bootstrap's modal element and created a little test page. But nothing shows up and I'm wondering why, any clues? I got the source from the bootstrap page... My test page is at http://ronhome.no-ip.org/bootstrap/modal.html 回答1: first thing you need to include jquery, and also trigger the modal, either with a button - <button type="button" data-toggle="modal" data-target="#myModal">Launch modal</button> or show the bootstrap modal using jquery - <script type="text