$(function(){ /*--------------------------------------------------------------------------------------*/ $(".suplist label").on("click",function(){ var scl = $(this).parents("li.category").offset().top; $("html,body").animate({scrollTop : scl}, 400); }); /*-----------------------------------------------------------------------------------------------------*/ });