I have a unoderderd list with li elements and when i hover the mouse on one element i want to hide the other elements. How can i do this with jquery.
<ul class='sidebar-iproducts-ul'>
<li>IPuzzles</li>
<li>IPuzzles</li>
<li>IPuzzles</li>
<li>IPuzzles</li>
<li>IPuzzles</li>
<li>IPuzzles</li>
</ul>
Check out this fiddle
The JS
The STYLE