$(function(){ $(".ac_menu").click(function() { $(this).next("ul").slideToggle(); }); });