私がこれを持っている場合:
<h1>or if the title before doesn't exist then this title</h1>
<div>
<h2>this title</h2>
<span id="something">
some other stuff
</span>
<span id="this">
I am here
</span>
</div>
<h2>Not this title</h2>
私が理解しているように$(':header')
、ヘッダーを見つける必要があります。から上向きの最初のヘッダーを見つけるために必要なもの$('#this')
。