Eevee Zayas-Garín
Results
1
issues of
Eevee Zayas-Garín
I'm using the following js for smooth scrolling: // Select all links with hashes $('a[href*="#"]') // Remove links that don't actually link to anything .not('[href="#"]') .not('[href="#0"]') .click(function(event) { // On-page...