<!DOCTYPE html> <html> <head> <style> #WelcomeHead{ background-color:blue; width:436px; height:40px; margin-left:2px; margin-top:4px; } #shine{ background-color:red; width:436px; height:40px; background-position:0px; background-repeat:no-repeat; position:absolute; } </style> <script src="jquery-1.9.1.js"></script> <script> if (typeof jQuery == 'undefined') { alert("jquery is not loaded."); } else { alert("jquery is loaded."); } $(document).ready(function(){ $("#Welcomehead").click(function(){ $("#shine").fadeOut(2000); }); }); $(document).ready(function(){ $("#shine").click(function(){ $("#Welcomehead").fadeOut(2000); }); }); </script> </head> <body> <div id = "WelcomeHead"></div></br> <div id = "shine"></div> </body> </html>
Quote:<script src="jquery-1.9.1.js"></script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง