親です
子供です
jQuery(function($){ $('.parent').mouseover(function() { $(this).animate({fontSize : '25px'}, 500); }).mouseout(function() { $(this).animate({fontSize : '15px'}, 500); }); });
mouseover()とmouseover()のバブリングについて(バブリング有)
2020/02/21