$(function(){ $('#expander').click(function(){ $('#expander').next().animate({ height: 'toggle', display: 'block' }, 100, function() { }); }); });