$(".upload-video > a, .upload-slides > a").click(function () { $(".drop-block-wrap").hide() $(this).next(".drop-block-wrap").toggle(); });