悪い使用方法
$second.html ( value);
$sec.on('click',function(){
alert('helloEveryone');
});
$second.fadeIn('slow');
$sec.animate({height:'120px'},500);
推奨される使用法
$second.html (値 );
$sec.on('click',function(){
alert('こんにちは皆さん');
}).fadeIn('slow').animate({height:' 120px' },500);