Quote:เป็นการดักจับอีเวนท์ที่เกิดใน div#content ครับ
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Get Element from callback</title> <script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script> $(document).ready(function(){ $('#content').load('ajax.php'); $('#btnEmbedPage').click(function(){alert('fix Page');}); $('#content').on("click","#btn", function(){ alert('From ajax'); }); }); </script> </head> <body> <div id="wrapper"> <h2>Introduction</h2> <hr> <h4>Content</h4> <input type='button' id="btnEmbedPage" value="fixPage"> <div id="content" style="background-color:gray"> dfsdf <!--insert Dynamic HTML From Ajax--> </div> </div> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง