kagekiri
Shadow DOM-piercing querySelector/querySelectorAll implementation
Found 27 results for querySelectorAll
Shadow DOM-piercing querySelector/querySelectorAll implementation
A scoped querySelectorAll replacement
Extra lightweight DOM selector helper
Modern DOM query selectors helpers written in es2015
handle elements lifecycle through CSS selectors
querySelectorAll as $ alias
Modern JavaScript is pretty good, but typing document.querySelector() is a pain. This is a tiny library that makes DOM manipulation easy. jQuery is around 80kb (30kb gzipped), while this is only around 8kb (3.5kb gzipped). Lots of JSDoc comments so it's s
Aliases for querySelector & querySelectorAll
The fastest, most lightweight, least dependency jQuery alternative. Now typed, Ai-enhanced, and better than ever!
Live, event driven dom element collections
a *very* slim package for basic DOM operations - few bytes
javascript DOM Object handle
return queryselectorall as an array
jessquery's scrawny little brother.
DOM selector shortcuts.
Lightweight .queryselectorAll() shortcut which array coercion
Syntax sugar for querySelector / querySelectorAll
querySelector to array
DOM queries using BEM for lazy people.
🪄 A TypeScript-types patch for querySelector/querySelectorAll, make them return types you expect them to! 🔮
A simple wrapper for querySelectorAll. Takes query string or dom node and returns an array of elements or element respectively.
Convert NodeList to Array.
Helper function returning all elements in the DOM that matches a specified CSS selector
Syntactic sugar for querySelector, querySelectorAll, & addEventListener allowing you to select, modify, and add event listeners for multiple elements in one line of code. Tiny package (<1KB GZIP).
Extra lightweight DOM selector helper
Support grouping for CSS Selector via SPGL
nodelist are not Javascript Arrays to be exact this package turns them into arrays and lets you use functions like map, reduce, filter and sort on them