Getting a single element from a selection
Hi
I am unable to solve this:
Write a jQuery Code to get a single element from a selection
<body>
<ul>
<li>Html Tutorial</li>
<li>CSS Tutorial</li>
<li>JQuery Tutorial</li>
</ul>
</body>
Output should be: 'JQuery Tutorial'
Thanks so much for helping me
Jayashree