
Valid HTML element tag check: JavaScript
31/10/2019Learn how to check for valid HTML element tags by converting them to string representations with this simple JavaScript function.
Learn how to check for valid HTML element tags by converting them to string representations with this simple JavaScript function.
Call a function using a string in JavaScript: a safe alternative to eval().
What are web components? Learn about web components, the shadow DOM, styling and lifecycle callbacks in this JavaScript tutorial series.
4 ways to convert array-like objects, such as HTMLCollection and NodeList, to JavaScript arrays for access to array methods like the forEach loop.
Learn how to use event listeners to detect and handle single and multiple keypress events in JavaScript. Add modifier keys to your application!
Using Bulma but don't know how to integrate it with Nuxt? I'll show you how to load Bulma into your Nuxt project with full control over variables.
A quick guide to using Featherlight for creating jQuery image lightboxes, modals and how to extend the prototype to add captions under your images.