第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

jQuery查找與類最接近的先前同級(jí)

jQuery查找與類最接近的先前同級(jí)

皈依舞 2019-12-12 14:10:51
這是我可以使用的粗糙html:<li class="par_cat"></li><li class="sub_cat"></li><li class="sub_cat"></li><li class="par_cat"></li> // this is the single element I need to select<li class="sub_cat"></li><li class="sub_cat"></li><li class="sub_cat current_sub"></li> // this is where I need to start searching<li class="par_cat"></li><li class="sub_cat"></li><li class="par_cat"></li>我需要從中遍歷.current_sub,找到最接近的前一個(gè).par_cat并對(duì)其進(jìn)行處理。.find("li.par_cat")返回的全部負(fù)載.par_cat(我在頁(yè)面上大約有30個(gè))。我需要瞄準(zhǔn)一個(gè)。非常感謝任何提示:)
查看完整描述

3 回答

?
慕桂英546537

TA貢獻(xiàn)1848條經(jīng)驗(yàn) 獲得超10個(gè)贊

嘗試:


$('li.current_sub').prevAll("li.par_cat:first");

用標(biāo)記測(cè)試了它:


$('li.current_sub').prevAll("li.par_cat:first").text("woohoo");

將li.par_cat用“ woohoo” 填充最接近的前一個(gè)。



查看完整回答
反對(duì) 回復(fù) 2019-12-13
  • 3 回答
  • 0 關(guān)注
  • 507 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)