Skip to main content

4 docs tagged with "JS Snippets"

View All Tags

elementInViewport()

elementInViewport() is defined as: utility to check IF HTMLElement inside Viewport. Topics on: . Read more: JS, JS Snippets, HTML Element, Viewport|web-Dev Wiki

JS Snippets

JS Snippets is defined as: collect useful vanilla-only JS snippets here. Topics on: Random ID Generator, slugify(), toDataURI, elementInViewport(). Read more: J

Random ID Generator

Random ID Generator is defined as: to generate random 5 char ID (generate random 5 char ID (0-9 a-z) ). Topics on: . Read more: JS, JS Snippets, Random ID Gener

slugify()

slugify() is defined as: to convert string into URL Slug (kebab-case). Topics on: or use _.kebabCase(string). Read more: JS, JS Snippets, URL Slug, Kebab Case