<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale1.0,user-scalable=no"> <title>Service Request Online</title> <link rel="stylesheet" href="jquery.mobile-1.3.0/jquery.mobile-1.3.0.css"> <script src="jquery.mobile-1.3.0/jquery.js" type="text/javascript"></script> <script src="jquery.mobile-1.3.0/jquery.mobile-1.3.0.js" type="text/javascript"></script> <script> $(function(){ $.get( "test1.php",{},function(result){ $("#result").html(result); }); }); </script> </head> <body> <div data-role="page" id="home"> <div data-role="header"> <h1>test</h1> </div> <div data-role="content" style="padding:20px 50px 20px 50px;"> <div id="result"></div> </div> <div data-role="footer" data-position="fixed"> <p> <em>jquery mobile </em></p> </div> </div> </body> </html>
<? echo "<a href='#' id='btn_del' data-role='button' data-inline='true' data-icon='delete'>Del</a>"; ?>
Quote:<? echo "<a href='#' id='btn_del' data-role='button' data-inline='true' data-icon='delete'>Del</a>"; ?>
echo "<a href='#' id='btn_del' data-role='button' data-inline='true' data-icon='delete'>Del</a>";
echo "<a href='#' id='".$row["code"]."' data-role='button' data-inline='true' data-icon='delete'>".$row["username"]."</a>";
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง