<head> <script src="http://code.jquery.com/jquery.min.js"></script> <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet" type="text/css" /> <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" type="text/css" media="screen" href="http://silviomoreto.github.com/bootstrap-select/stylesheets/bootstrap-select.css"> <script src="http://twitter.github.com/bootstrap/assets/js/bootstrap.js"></script> <script src="http://silviomoreto.github.com/bootstrap-select/javascripts/bootstrap-select.js"></script> <meta charset=utf-8 /> <title>JS Bin</title> </head> <body> <input type="checkbox" value="th" class="Language"> <select class="selectpicker" disabled> <option>Mustard</option> <option>Ketchup</option> <option>Relish</option> </select> <script type="text/javascript"> $('.selectpicker').selectpicker(); $('.Language').click(function() { $('.selectpicker').prop('disabled',false); $('.selectpicker').selectpicker('refresh'); }); $('.Language').click(function() { $('.selectpicker').prop('disabled',true); $('.selectpicker').selectpicker('refresh'); }); </script> </body>
<script type="text/javascript"> (function($) { $.fn.toggleDisabled = function(){ return this.each(function(){ this.disabled = !this.disabled; }); }; })(jQuery); $('.Language').click(function(e) { $('.selectpicker').toggleDisabled (); }); </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง