Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <link type="text/css" rel="stylesheet" href="http://localhost/css/bootstrap.css" />
- <script type="text/javascript" src="http://localhost/js/jquery.js"></script>
- <script type="text/javascript" src="http://localhost/js/bootstrap.js"></script>
- </head>
- <body>
- <div class="tw-bs">
- <br><br>
- <a href="#" rel="tooltip" title="first tooltip">hover over me</a>
- <br><br>
- <!-- Button to trigger modal -->
- <a href="#myModal" role="button" class="btn" data-toggle="modal">Launch demo modal</a>
- <!-- Modal -->
- <div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
- <h3 id="myModalLabel">Modal header</h3>
- </div>
- <div class="modal-body">
- <p>One fine body...</p>
- </div>
- <div class="modal-footer">
- <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
- <button class="btn btn-primary">Save changes</button>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment