find next href of clicked element and add class jquery code example
Example: go to anchor jquery
$('html,body').animate({ scrollTop: $("#anchor").offset().top }, 'slow');
$('html,body').animate({ scrollTop: $("#anchor").offset().top }, 'slow');