jQuery each() 方法

jQuery 遍歷方法

each()方法遍歷jQuery對(duì)象,為每個(gè)選定的元素執(zhí)行一次函數(shù)。

each()方法旨在使DOM循環(huán)結(jié)構(gòu)簡(jiǎn)潔明了且不易出錯(cuò)。

語(yǔ)法:

$(selector).each(function(index, element))

實(shí)例

遍歷每個(gè)列表項(xiàng)并彈出每個(gè)元素的文本:

$("button").click(function(){
  $("li").each(function(){
    alert($(this).text());
  });
});
測(cè)試看看?/?

用于return false及終止each()循環(huán):

$("button").click(function(){
  $("div").each(function(index, element){
    $(element).css("backgroundColor", "yellow");
    if($(this).is("#stop")){
      $("span").text("div停止索引 #" + index);
      return false;
    }
  });
});
測(cè)試看看?/?

參數(shù)值

參數(shù)描述
function(index, element)指定要為每個(gè)選定元素執(zhí)行的函數(shù)
  • index-指定選擇器的索引位置

  • element-指定當(dāng)前元素

jQuery 遍歷方法

丰满人妻一级特黄a大片,午夜无码免费福利一级,欧美亚洲精品在线,国产婷婷成人久久Av免费高清