現(xiàn)在的代碼是在這樣的 $container.children().last().find('.time').html(data[i].pTime);
$container.children().last().find('.textcon').html(data[i].pText); if(data[i].pState !== '健康'){
$container.children().last().find('.dot').addClass('error-dot');
$container.children().last().find('.triangle').addClass('error-triangle');
$container.children().last().find('.textcon').addClass('error-textcon');
}`有沒有更加簡便的寫法???同時(shí)find多個(gè)div,然后設(shè)置html或者添加class,我試了下用逗號隔開不行,求指導(dǎo)~。
jquery的find方法能否找多個(gè)div,然后分別添加class
翻翻過去那場雪
2018-08-06 13:10:25