$('.select1').click(function(){ $('#myModal').modal('show'); });
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> <link rel="stylesheet" type="text/css" href="css/bootstrap.css"> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <script src="js/jquery-1.8.2.min.js"></script> <script src="js/bootstrap.js"></script> <script src="js/bootstrap.min.js"></script> <script type="text/javascript"> $(document).ready(function(e) { $('#select1').change(function(e) { var target = $(this).val(); if(target!=0){ $('#'+target).modal('show'); } }); }); </script> </head> <body> <select name="select1" id="select1"> <option value="0">Select Modal</option> <option value="modal1">Select Floor</option> <option value="modal2">Select Floor</option> <option value="modal3">Select Floor</option> </select> <div id="modal1" class="modal hide fade"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3>Modal1 header</h3> </div> <div class="modal-body"> <p>You open moda1…</p> </div> <div class="modal-footer"> <a href="#" class="btn">Close</a> <a href="#" class="btn btn-primary">Save changes</a> </div> </div> <div id="modal2" class="modal hide fade"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3>Modal2 header</h3> </div> <div class="modal-body"> <p>You open moda2…</p> </div> <div class="modal-footer"> <a href="#" class="btn">Close</a> <a href="#" class="btn btn-primary">Save changes</a> </div> </div> <div id="modal3" class="modal hide fade"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3>Modal3 header</h3> </div> <div class="modal-body"> <p>You open moda3…</p> </div> <div class="modal-footer"> <a href="#" class="btn">Close</a> <a href="#" class="btn btn-primary">Save changes</a> </div> </div> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง