Here is the sample html code:
<div id="current_element">Current element</div>
Many unknown tags...
<div class="target">This is target element</div>
Many other tags...
Note That Target element and current element may not under the same parent, so I can't find it with .nextAll('.target'), right?
Are there any simple way to find it? Thanks!