<!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title>test</title> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"></script> <script type="text/javascript"> (function(jQuery){ jQuery.fx.step.curve = function(fx){ var position = fx.end(fx.pos); fx.elem.style.left = position.x+'px'; fx.elem.style.top = position.y+'px'; }; })(jQuery); </script> </head> <body> <div id="mycurve" style="position: absolute; width: auto; height: 20px; background: #F00;">deawx</div> <script type="text/javascript"> function myCurve(position){ return { x: position*500, y: position*position*300 }; } $('#mycurve').animate({curve: myCurve}); </script> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง