Is there a method in jQuery to find the each element that contains the first instance of a string?
<ul>
<li>1</li> <-- find this
<li>1</li>
<li>1</li>
<li>2</li> <-- find this
<li>2</li>
<li>3</li> <-- find this
<li>3</li>
<li>3</li>
<li>3</li>
</ul>