如果我有这个:
<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')
.