How can make in jQuery something like this:
<div id="principal-id"></div> // this is principal id what is displayed
<div id="hover-id"></div> // when I hover #hover-id I want the #principal-id to disappear and change with
<div id="this-id"></div>.
But is a way when I’m with cursor on #this-id to stop change, and when the cursor is moved outside return to normal?
I hope you understand…
Thanks!
this is a little cleaner:
as in: http://jsfiddle.net/HQQAV/