<style> input[type="text"] { color: #FF0000; font-family: Verdana; font-weight: bold; font-size : width: 30%; height: 30px; background-color: #808080; } input[type="text2"] { color: #000000; font-family: Verdana; font-weight: bold; font-size : width: 30%; height: 30px; background-color: #808080; } </style>
<script> $(document).ready(function() { $("input[name=input_name]").on("change", function(){ $(this).css("background-color", "white"); }); }); </script>
<style> .text_org { color: #FF0000; font-family: Verdana; font-weight: bold; font-size : width: 30%; height: 30px; background-color: #808080; } .text_chg{ color: #000000; font-family: Verdana; font-weight: bold; font-size : width: 30%; height: 30px; background-color: #808080; } </style> <input type="text" class="text_org" onchange="this.setAttribute('class', 'text_chg'); ">
$('input').on('change', function(){ $(this).css("background-color", "#fff"); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง