<script> $(document).ready(function () { $("#demo1 .stars").click(function () { $.post('rating.php',{rate:$(this).val()},function(d){ if(d>0) { alert('You already rated'); }else{ alert('Thanks For Rating'); } }); $(this).attr("checked"); }); }); </script>
<form action="rating.php" method="post" name="form" > อายุ <input name="sex1" type="text" value=" <?php echo $sex1 ;?> "><br> เพศ <input name="age1" type="text" value=" <?php echo $age1 ;?> "><br> บริษัท <input name="org" type="text" value=" <?php echo $org ;?> "><br> <fieldset class="rating"> <input class="stars" type="radio" id="star5" name="rating" value="5" /> <label class = "full" for="star5" title="Awesome - 5 stars"></label> <input class="stars" type="radio" id="star4" name="rating" value="4" /> <label class = "full" for="star4" title="Pretty good - 4 stars"></label> <input class="stars" type="radio" id="star3" name="rating" value="3" /> <label class = "full" for="star3" title="Meh - 3 stars"></label> <input class="stars" type="radio" id="star2" name="rating" value="2" /> <label class = "full" for="star2" title="Kinda bad - 2 stars"></label> <input class="stars" type="radio" id="star1" name="rating" value="1" /> <label class = "full" for="star1" title="Sucks big time - 1 star"></label> </fieldset>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง