[jQuery] Manipulating DOM

[jQuery] Manipulating DOM


Dear,
I've got a situation that my logic won't solve..
I want to do the following:
Page html loads:
<li>sometext sentence beginning here <a href="someurl">someurl</a>
ending the same sentence</li>
<div id="sometextholder"></div>
Now, when it loads, i would like to manipulate the dom. On a mouseout
(so normal view) you'll only see the link in the li. On a mouseover,
you'll see the whole li content in the div (sometextholder).
Do you guys have any idea how to do this? I'm really stuck here, for a
few days already..
Very much thanks in advance!
Maurice Kroon