setTimeout inside $.each()

前端 未结 4 1970
借酒劲吻你
借酒劲吻你 2021-02-07 13:02

ok, so I\'ve got this code:

$(this).find(\'article.loading\').each( function(i) {

    var el = this;
        setTimeout(function () {
        $(el).replaceWith(         


        
4条回答
提交回复
热议问题