2011-01-22 59 views

回答

1

,我肯定會避免RJS(我從來不喜歡它),去JS直接:

http://api.jquery.com/mouseenter/

$('img').mouseenter(function() { 
    $('#my_div').append('<div>Some stuff that need to appear</div>'); 
}); 

歡呼。

相關問題