<ul id="myid">
<li class="example"><a href="New-Orleans">New Orleans</a></li>
<li class="example"><a href></a></li>
<li class="example"><a href="Miami">Miami</a></li>
<li class="example"><a href></a></li>
</ul>
I need to remove the li elements where the text of the anchor is blank.
How would i go about selecting this element? $(--what selector here--)