您好,登錄后才能下訂單哦!
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>test</title> <script src="js/jquery.js" ></script> <script> window.onload = function(){ document.getElementById('btnok').onclick = function(){ //1.匹配內容包含 “蝦” 的li借點 //$('li:contains(蝦)').css('backgroundColor','red'); //2.匹配空元素 //$('li:empty()').html('莊家通殺'); //3.匹配包含span元素的li節點 //$('li:has(span)').css('backgroundColor','red'); //4.匹配不為空的元素 $('li:parent()').html('想啥呢?繼續敲代碼'); } } </script> </head> <body> <input type="button" id="btnok" value="匹配" /> <hr/> <ul> <li>魚</li> <li></li> <li>蝦</li> <li>蟹</li> <li><span>莊家通殺</span></li> </ul> </body> </html>
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。