有没有办法检查child div
是parent div
的第一项?
例如:
<div id="parent">
Some text <--------- not the first thing in the div
<div id="child"></div>
</div>
或 的
<div id="parent">
<div id="child"></div> <--------- is the first thing in the div
Some text
</div>