"Bootstrap Lightbox"
Bootstrap 3.3.0 Snippet by thepeanut

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div> <a href="#myModal" role="button" class="btn" data-toggle="modal"> Click this </a> </div> <!-- Modal --> <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3>TITLE</h3> </div> <div class="modal-body">Your content goes here.</div> </div> </div> </div> <!--END MODAL-->

Related: See More


Questions / Comments:

bs content.
its just the standard modal code...
-> delete please

GB () - 6 years ago - Reply 0


not working

ved gupta () - 6 years ago - Reply 0


hi

ved gupta () - 6 years ago - Reply 0