<input type="button" name="nyroModal" id="btn" value="Click" > <table class="show"> <tbody> <tr> <td><a href="#1" class="nyroModal1"><input type="text" name="button" id="add" class="1" value="" /></a></td> </tr> <tr> <td><a href="#2" class="nyroModal2"><input type="text" name="button" id="add" class="2" value="" /></a></td> </tr> <tr> <td><a href="#3" class="nyroModal3"><input type="text" name="button" id="add" class="3" value="" /></a></td> </tr> </tbody> </table> <div class="page"> <div id="1" style="display: none; width: 600px;"> <a href="demoSent.php" class="nyroModal">Open a new modal</a><br /> Test </div> <div id="2" style="display: none; width: 600px;"> <a href="demoSent.php" class="nyroModal">Open a new modal</a><br /> Test </div> <div id="3" style="display: none; width: 600px;"> <a href="demoSent.php" class="nyroModal">Open a new modal</a><br /> Test </div> </div>
$('#add', this).click(function(){ $('.show tbody tr').each(function(){ var i = parseInt($('#add', this).attr('class')); $('.nyroModal'+i).nyroModal(); console.info(i); }); });
Quote:ไม่รู้ว่าเป็นอย่างที่ต้องการหรือเปล่า http://jsfiddle.net/efh2W/
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง