$(document).ready(function() { $("#toTop_byg").click(function() { $('html, body').animate({ scrollTop: $("#byg").offset().top }, 1500); }); });
jQuery(document).ready(function ($) { $(".frage li").click(function () { if (!$(this).find(".antwort").is(".open")) { $(this).find(".antwort").css({ display: "block" }); $(this).find(".antwort").animate({ opacity: 1 }, 1500).addClass('open'); } else { $(this).find(".antwort").animate({ opacity: 0 }, 1500, function() { // Animation complete. $(this).hide() }).removeClass('open'); } return false; }); });
$( "#clickme" ).click(function() { $( "#book" ).animate({ opacity: 0.25, left: "+=50", height: "toggle" }, 5000, function() { // Animation complete. }); });
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง