$("#tabse a").click(function(){ $("#main div[id='" +$(this).closest("li").attr("class") + "']").toggle(...); });