Guest User

Untitled

a guest
Nov 11th, 2012
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2. <head>
  3. <link type="text/css" rel="stylesheet" href="http://localhost/css/bootstrap.css" />
  4. <script type="text/javascript" src="http://localhost/js/jquery.js"></script>
  5. <script type="text/javascript" src="http://localhost/js/bootstrap.js"></script>
  6. </head>
  7. <body>
  8.  
  9. <div class="tw-bs">
  10. <br><br>
  11. <a href="#" rel="tooltip" title="first tooltip">hover over me</a>
  12. <br><br>
  13. <!-- Button to trigger modal -->
  14. <a href="#myModal" role="button" class="btn" data-toggle="modal">Launch demo modal</a>
  15.  
  16. <!-- Modal -->
  17. <div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  18.   <div class="modal-header">
  19.     <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
  20.     <h3 id="myModalLabel">Modal header</h3>
  21.   </div>
  22.   <div class="modal-body">
  23.     <p>One fine body...</p>
  24.   </div>
  25.   <div class="modal-footer">
  26.     <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
  27.     <button class="btn btn-primary">Save changes</button>
  28.   </div>
  29. </div>
  30.  
  31. </div>
  32.  
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment