Search results for: header

Online shopping

Buying and selling all kinds of medical equipment online

Untitled Snippet

pinterest-site-verification=6ab93a141b8c2934962535304036488b

Smooth Scrolling for Anchor Links

Enables smooth scrolling for all on-page links with #.

300+

Fading Page Transitions

Fade out the page when clicking on any internal links.

200+

google verification

google verification code

home

home page header

Dynamic Monsterlinks By Class Name

// Target by class name window.onload = function(){ const dynamicMonsterLinks = document.querySelectorAll("a.myClass"); dynamicMonsterLinks.forEach(dynamicMonsterLinks => dynamicMonsterLinks.href =…

Dynamic Monsterlinks by Id

// Target by ID window.onload = function(){ document.getElementById("someID").href="MONSTERLINK_URL"; }

1 15 16 17 18 19 30