jQuery(document).ready(function($) { $('.droplink').click(function() { $(this).children().slideToggle(); }); });