$(function() { $(".sub-cat").click(function(a) { a.preventDefault(); a = $(".sub-nav", this); var b = $(".a-cat", this).attr("href"); a.is(":hidden") ? $(".sub-nav").not(a.slideDown()).slideUp("fast") : window.location = b }) });