CSS と次の例を使用して、後に続く のみを選択する方法はあります<p>
か<ul>
?
そうでない場合、jQuery セレクターは何if
ですか?それともステートメントが必要ですか?
<p>Hello there.</p>
<p>Select this para!</p>
<ul>
<li>list item</li>
</ul>
<ul>
<li>don't select this list! :)</li>
</ul>
<p>And don't select this paragraph! :)</p>