jquery click li

jquery click li

when we click each li it should display corresponding fruit name in an alert....
how to do it without changing the html structure


<ul>
 <li>Apples</li>
 <li>Bananas</li>
 <li>Lemons</li>
 <li>Oranges</li>
</ul>