1 2 3
$("#active_bar").click( $.debounce( function() { $(".small_bar").slideToggle("slow"), 300); } );