I am trying to find the position of Test3 in jquery can someone lead me down the right path please.
I need jquery to display 5
<ul id="numeric" class="sortable boxier" style="margin-right: 1em;">
<li>Test7</li>
<li>Test2</li>
<li>Test6</li>
<li>Test5</li>
<li>Test3</li>
<li>Test8</li>
</ul>
Thank you