您好
請問,如下範例
$('li.item-a').parents().css('background-color', 'red');
https://www.w3school.com.cn/jquery/traversing_parents.asp
$('li.item-a').parents()
抓出的結果,有辦法在 chrome F12 查看結構嗎?
謝謝!
你直接在 console 打也行
記得選對 target
抓出的結果,有辦法在 chrome F12 查看結構嗎?
不是很懂你的意思