I have something like this
<ul id="someul">
<li id="one"> Alpha </li>
<li id="two"> Alpha </li>
<li id="three"> Alpha </li>
<li id="four"> Alpha </li>
<li id="five"> Alpha </li>
</ul>
What is the jquery way of finding the first li's div value??
Thanks