2013-03-28 5 views

답변

3

완료

$('div').on('mouseover', function() { 
    $(this).find('h1').css('color', '#fff'); 
}); 
+0

감사합니다 :) – Andre2894