jQuery.fx.off
<html> <head> <title>ThaiCreate.Com jQuery Tutorials</title> <style> div { width:50px; height:30px; margin:5px; float:left; background:green; } </style> <script type="text/javascript" src="jquery-1.6.4.js"></script> <script type="text/javascript"> $(document).ready(function(){ var toggleFx = function() { $.fx.off = !$.fx.off; }; toggleFx(); $("button").click(toggleFx) $("input").click(function(){ $("div").toggle("slow"); }); }); </script> </head> <body> <p><input type="button" value="Run"/> <button>Toggle fx</button></p> <div></div> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท