<ul id='ulid'>
<li>Task1</li>
<li>Task2</li>
<li>Task3</li>
<li>Task4</li>
<li>Task5</li>
<li>Task6</li>
<li>Task7</li>
</ul>
<div id="show_details"></div>
I would like what's the JavaScript that I can use to copy the details of the li
into the div
on mouseover
hide it on mouseout
.