jQuery循环执行

时间:2016-03-16 21:32:47

标签: jquery time

真诚的我不知道如何写标题。我需要点击每个“li”项目的链接,但每5秒钟。

我试过这种方式:

$("li.li-item").each(function() {
  $(this).find("a").click();
  // here any solution provided in this post: http://stackoverflow.com/questions/14226803/javascript-wait-5-seconds-before-executing-next-line
});

但它不起作用。

1 个答案:

答案 0 :(得分:0)

抱歉设置Sail Media,但正如我解释说它不起作用,因为我需要每个链接点击 5秒......但我根据你写的内容做了伎俩:

//minataKolona.Clear();  Comment this lines or just remove it
//minatRed.Clear();      Comment this lines or just remove it