queryselector
There are 111 repositories under queryselector topic.
gnat/surreal
🗿 Mini jQuery alternative. Dependency-free animations. Locality of Behavior. Use one element or arrays transparently. Pairs with htmx. Vanilla querySelector() but better!
ivopetkov/html5-dom-document-php
A better HTML5 parser for PHP.
webdriverio/query-selector-shadow-dom
querySelector that can pierce Shadow DOM roots without knowing the path through nested shadow roots. Useful for automated testing of Web Components. Production use is not advised, this is for test environments/tools such as Web Driver, Playwright, Puppeteer
phpgt/Dom
Modern DOM API.
syntax-tree/unist-util-select
utility to select unist nodes with CSS-like selectors
syntax-tree/hast-util-select
utility to add `querySelector`, `querySelectorAll`, and `matches` support for hast
1natsu172/wait-element
Detect the appearance of an element in the browser DOM
avan06/htmlq
A command-line tool that allows you to query HTML using CSS selectors or XPATH and retrieve the corresponding text content (similar to JavaScript's `document.querySelector(query).textContent`)
AynurSalimli/quotes
get random quotes by clicking button
carlhannes/litequery
Lightweight JavaScript DOM manipulation, inspired by jQuery and jqlite, but runs using rollup-compiled, babel transpiled ES6 code.
dpnishant/tweezr
a javascript library to reverse lookup values within a javascript object & generate the dot-notation query selectors in context to the specified object. You may also use it to "walk" through the structure one-step-at-a-time.
elo7/doc-amd
doc.js is a small library to manipulate the DOM in any browser. We focused on the most used and common use cases to create this. This library uses amd structure.
kevinweber/dime
Uber-micro library (<1kb) for selecting elements and handling custom events. No dependencies. IE9+
Rohit-singh19/Working-Fan
A Working Fan Using HTML,CSS & JavaScript.
Adi1816/AdiJsMiniProject
My mini JavaScript project which i will display more of like my Practice Jams on js. I've used different attributes of Js such as addEventListener and querySelector, also did some of gsap and have include gsap cdn src in my script file.
Adi1816/AdiWeatherApp
My Weather App from Adi which displays Temperature, Humidity and Wind .Includes the topic of JavaScript Fetch , was a fun learning experience.
itw-creative-works/social-selectors
SocialSelectors is a dynamically updated library of css selectors for social media sites.
kevinokerlund/dom-regex
JavaScript library for querying DOM elements with Regular Expressions.
nathnolt/query-selector-all-shadow-root
a simple querySelector / querySelectorAll method / shadow dom traverser.
tiwarikratika/Demo-Website
A demo website made using HTML, CSS and JavaScript which can be used by any organisation.
Uzmakh/intro-section-with-dropdown-navigation-main
Frontend mentor challenge for a responsive layout with mobile-hamburger menu and dropdown navigation.
abhinavminhas/shadowroot-digger-dotnet
⚡ DOM shadow root finder in Selenium (.NET) ⚡
abhinavminhas/shadowroot-digger-java
⚡ DOM shadow root finder in Selenium (JAVA) ⚡
AbhiSingh58/_Calculator_
JAVASCRIPT based Calculator
AbhiSingh58/HiremeClone-Quiz
Quiz using Vannila Javascript i.e. HiremeClone (Take a attemp to this quiz using "B9wery" as a pin.)
FlyGirl172/web-guided-project-dom-1
DOM l Manipulation Practice ( Web Guided Project - Unit 2, Sprint 1 - DOM I)
igorskyflyer/npm-magic-queryselector
🪄 A TypeScript-types patch for querySelector/querySelectorAll, make them return types you expect them to! 🔮
jgarber623/TemplateTemplate
A very small JavaScript <template> manipulation library.
nitesh-kohli/BMI-Calculator
This is a simple BMI Calculator Project developed with the help of HTML CSS JAVASCRIPT
Aaditya2025/Dice-Game
It uses the javascript concept called queryselector and some conditional statement to create this mini project.
andreschoultz/jelly-sql
Query the DOM in JavaScript with a familiar SQL syntax
bringmetheaugust/goDOM
HTML parser & browser-like DOM with DOM API and jQuery
itsarif0103/WeatherForecast-App
WeatherForecast is a web app built using HTML, CSS, Javascript. User can search for weather of any city and can see temperature, wind, humidity of the city. If user search for any wrong city, error message will be displayed. App is fully responsive and user friendly along with refresh option. Also used live API to fetch the data.
rperry99/Query-selector-playground
Getting some practice in using query selectors with an interactive little app.