Tag: JavaScript
Misc
https://scrollmagic.io/
Misc
Here is the tutorial for creating side navigation using HTML, CSS, and JavaScript. Link – https://www.w3schools.com/howto/howto_js_sidenav.asp
Misc
Div Anchors Using onclick inline javascript to a location can make a div act like an anchor. <div onclick=”location.href=’url'”>content</div> jQuery: $(“div”).click(function(){...
Misc
Website – http://parsleyjs.org/
Misc
https://www.w3schools.com/howto/howto_js_countdown.asp