UNPKG

withfront

Version:

Tools for frontend development especially with Bootstrap 3.x and jQuery 3.x also FontAwesome, jsCookie and more

5 lines (4 loc) 221 B
$('a[href^="mailto"]').each(function(){ var href_mailto = this.href.replace('mailto:', ''); $(this).attr('href', '#w-email').addClass('w-scroll w-email-ga').data('ga', href_mailto).data('topOffset', 110); });