UNPKG

bootstrap-italia

Version:

Bootstrap Italia è un tema Bootstrap 4 per la creazione di applicazioni web nel pieno rispetto delle Linee guida di design per i servizi web della PA

15 lines (14 loc) 293 B
$(function() { $('a[data-attribute*="forward"]').on('click', function(event) { let target = $(this.hash) if (target.length) { event.preventDefault() $('html, body').animate( { scrollTop: target.offset().top, }, 500 ) } }) })