jQuery(document).ready(function() { jQuery('.more').click(function() { jQuery(this).next('.more_in').fadeIn('slow') }); });