jQuery

Instance;Event;Performance;Mobile;Basic

fx

abbr.fractures Fractures;fractured Fractures;for eksempel(Dano-Norwegian=?:)(Norwegian) ?:fixed fix

off

English [?:f]

prep. ; ???

n.kill

jquery jQuery.fx.off ?? ???

??: jQuery.fx.off ??? ?? ?????? ????? ??????? ????? ? ?????. ???? false?? ?????? ????? ????? ???. true? ???? ?? ????? ???? ?????? ??? ???? ?? ??? ?? ??? ?????. ??? ?????? jQuery.fx.off ?? $.fx.off? ?????.

??: ??jQuery.fx.off = true|false;

????:

???? Description
true ? ?????? ???.
?? ???. ?????? ?????? ?????.

jquery jQuery.fx.off ?? ?

<!DOCTYPE html>
<html>
<head>
<script src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js">
</script>
<script>
$(document).ready(function(){
  $("#disable").click(function(){
    jQuery.fx.off = true;
  });
  $("#enable").click(function(){
    jQuery.fx.off = false;
  });
  $("#toggle").click(function(){
    $("div").toggle("slow");
  });
});
</script>
</head>
<body>

<button id="disable">jQuery.fx.off = true ( 禁用 )</button>
<button id="enable">jQuery.fx.off = false ( 啟用 )</button>
<br><br>
<button id="toggle">切換動(dòng)畫</button>

<div style="background:#98bf21;height:100px;width:100px;margin:50px;">
</div>

</body>
</html>
???? ?? ?

??? ????? ??? "???? ??" ??? ?????