黄色电影一区二区,韩国少妇自慰A片免费看,精品人妻少妇一级毛片免费蜜桃AV按摩师 ,超碰 香蕉

jQuery 效果 stop() 方法

jQuery 效果 stop() 方法

jQuery 參考手冊(cè) 效果jQuery 參考手冊(cè) 效果

stop() 方法停止當(dāng)前正在運(yùn)行的動(dòng)畫。

 

1. 語法

$(selector).stop(stopAll,goToEnd)
參數(shù) 描述
stopAll 可選。規(guī)定是否停止被選元素的所有加入隊(duì)列的動(dòng)畫。
goToEnd

可選。規(guī)定是否允許完成當(dāng)前的動(dòng)畫。

該參數(shù)只能在設(shè)置了 stopAll 參數(shù)時(shí)使用。

 

2. 范例

停止當(dāng)前正在運(yùn)行的動(dòng)畫:

$("#stop").click(function(){
  $("#box").stop();
});

 

3. - 范例

jQuery 參考手冊(cè) 效果jQuery 參考手冊(cè) 效果

下一節(jié):jQuery 效果 toggle() 方法

jQuery 教程

相關(guān)文章