<div class="star1" id="s1"> <div class="star2" id="s2"> <div class="star3" id="s3"> <div class="star4" id="s4"> <div class="star5" id="s5"> </div> </div> </div> </div> </div>
$('div').click(function(){ var id = $(this).attr('id'); alert(id); });
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>https://www.thaicreate.com/php/forum/087719.html</title> <meta name="Generator" content="EditPlus"> <meta name="Author" content="Unidentifier"> <meta name="Keywords" content=""> <meta name="Description" content=""> <script src="http://code.jquery.com/jquery-latest.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf8" /> <style type="text/css"> .star1 { width:126px; height:126px; background:#ccff66; } .star2 { width:126px; height:126px; background:#ccff66; margin-left:126px; } .star3 { width:126px; height:126px; background:#ccff66; margin-left:126px; } .star4 { width:126px; height:126px; background:#ccff66; margin-left:126px; } .star5 { width:126px; height:126px; background:#ccff66; margin-left:126px; } .star1:hover { background:#ffff00; } .star2:hover { background:#ffff00; } .star3:hover { background:#ffff00; } .star4:hover { background:#ffff00; } .star5:hover { background:#ffff00; } /* The image icon you have to replace with your own and width and height too. */ </style> </head> <body> <div class="star1"> <div class="star2"> <div class="star3"> <div class="star4"> <div class="star5"> </div> </div> </div> </div> </div> <div id='result'></div> <script> $("div").click(function(event){ var item = $(this).attr("class"); alert(item); $("#result").empty().append(item); return false; }); </script> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง