Hallo,
Meine Versuche sind:
... alle falsch.
Warum liest eigentlich keiner die Doku?
http://api.jquery.com/hover/
$("._box").hover(
function() { $(this).find('p').html('mouseenter'); },
function() { $(this).find('p').html('mouseleave'); }
);
Das HTML dazu ist wie folgt:
<div class="_box">
<p> xxx </p>
</div>
viele Grüße
Axel