jQuery(document).ready( function() { jQuery('#Apexmed').click(function(){ jQuery('.first ul').slideToggle(); }); });