jQuery(function () { let $ = jQuery; $('.panel-heading').click(function(){ $(this).next().slideToggle(); }); });