An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: query-selector

elchininet/home-assistant-query-selector

Easily query Home Assistant DOM elements in an asynchronous way

Language: TypeScript - Size: 1.87 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 6 - Forks: 1

elchininet/shadow-dom-selector

A very small JavaScript utility to query DOM elements through the Shadow DOM subtrees in a sync or an async way

Language: TypeScript - Size: 1.1 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 4 - Forks: 1

iakshatkumar/JS-Mini-Projects

Vanilla JavaScript small projects

Language: JavaScript - Size: 69.3 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

elusivecodes/fQuery

fQuery is a free, open-source DOM manipulation library for JavaScript.

Language: JavaScript - Size: 3.05 MB - Last synced at: 9 days ago - Pushed at: 10 months ago - Stars: 4 - Forks: 1

NiponSaha/Guess-my-number

A fun 'Guess-My-Number' game is designed with JavaScript. JavaScript DOM Manipulation is applied here with 'querySelector', 'addEvenListener' and more.

Language: JavaScript - Size: 16.6 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

ArvanHunt/DOM-practice

DOM practice

Language: JavaScript - Size: 5.86 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

trishna456/modals-old

Modals Practice (2012)

Language: CSS - Size: 2.93 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

trishna456/guess-my-number

Welcome to the Number Guessing Game (2013)! This is a simple web-based game where you try to guess a randomly selected number between 1 and 20.

Language: CSS - Size: 6.84 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

martatomchuck/MonsterJS

MonsterJS - a game for learning JavaScript DOM Selectors while playing!

Language: JavaScript - Size: 4.02 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 33 - Forks: 6

nitesh-kohli/color-changer

This is a color changer project - a basic level project to learn javascript events

Language: JavaScript - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

imsatyasaiteja/Js_Memory_game

Memory Game Made Using Javascript

Language: JavaScript - Size: 278 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

lourdilene/dicee-game

Dice game with two players

Language: JavaScript - Size: 61.5 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

iVGeek/mood-ring

This Mood Ring Themes exercise uses a change event to toggle on and off different background colors based on if the user is feeling happy, sad, or passionate.

Language: CSS - Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sangram-mkj/qsane

A javascript library to get the required query parameters from the url bar

Language: JavaScript - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Shohrab-Hossain/ToDo-List

This is a JavaScript based project, which is basically a To-Do list app. This app can perform adding and modifying to-dos with animation and flash messages for better user experience. All of the functionality of this app is written using JavaScript and jQuery.

Language: JavaScript - Size: 121 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

SlickyJS/QuerySelector

CSS selectors implemented in javascript

Language: TypeScript - Size: 36.1 KB - Last synced at: 6 days ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 0

Pandiaraj-22/Restcountries---Weather

Restcountries Weather check web

Language: JavaScript - Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nxvhm/newscraper

Newscraping pkg for laravel

Language: PHP - Size: 99.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

lizongying/go-css

Css Selector in Golang for Easier Use.

Language: Go - Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ibrahimyolbir/mandatory-js-1

Mandatory Exercise 1 - JavaScript

Language: JavaScript - Size: 51.8 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

ibrahimyolbir/Exercises-JavaScript

Exercises-JavaScript

Language: JavaScript - Size: 2.8 MB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

lbenie/qselector

Aliases for querySelector & querySelectorAll

Language: JavaScript - Size: 2.32 MB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

jessebubble/nology-calculator

_nology training session to build a calculator using HTML, CSS, JS and the DOM.

Language: HTML - Size: 14.1 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

stevescruz/js-kat-tic-tac-toe

Tic-Tac-Toe with cute animals 😸🐢

Language: JavaScript - Size: 1.54 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

mtheusrabelo/chrome-el-extractor

Extract elements from a page using query selectors

Language: JavaScript - Size: 4.61 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

nathnolt/query-selector-all-shadow-root

a simple querySelector / querySelectorAll method / shadow dom traverser.

Language: JavaScript - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

BrentBarnes/rock-paper-scissors

Practice the fundamentals of javascript. Query selectors, logic, and HTML.

Language: JavaScript - Size: 70.3 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

whizsid/DOMQS

This VS Code extension enables to search by DOM query selectors in HTML/XML documents.

Language: TypeScript - Size: 152 KB - Last synced at: 13 days ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

marisabrantley/field-trip-registration Fork of skillcrush/js-l12-practice-exercise-03

This exercise required using JavaScript to fetch data from a JSON file with an array of student "objects" to determine which students still needed to register for a field trip.

Language: HTML - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

marisabrantley/beach-potluck-party

The project involved creating a guest list for a fictitious potluck, then randomly assigning dishes for the guests to bring along.

Language: JavaScript - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

marisabrantley/mood-ring-themes

This Mood Ring Themes exercise uses a change event to toggle on and off different background colors based on if the user is feeling happy, sad, or passionate.

Language: CSS - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

marisabrantley/keypress-surprise

This keydown exercise changes text to emojis when the user presses "1," "2," or "3," and clears the emojis when the user selects the "Clear" button.

Language: CSS - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

GulcanC/JS-2

ADVANCE JAVA SCRIPT PROJECT 2

Size: 7.63 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

marisabrantley/vacation-budget-calculator-challenge

In this challenge, we were to create a vacation budget calculator to allow the user to calculate their daily budget for food and fun.

Language: CSS - Size: 282 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

marisabrantley/ryans-roses

JavaScript exercise on selecting and modifying the mock florist website, Ryan's Roses, with querySelector() and other properties as part of Skillcrush's JS, HTML, & CSS Lesson.

Language: CSS - Size: 14.7 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Himanshutiwari15/handy-javascript-css

I made this for myself so you can have a look but can't say it will be useful to you or not

Language: HTML - Size: 646 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 3

afeiship/next-dom-qsa

A modern dom selector based on next toolkit.

Language: JavaScript - Size: 23.4 KB - Last synced at: 21 days ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

ewa-mi/my-very-first-website

simple responsive website in JS/CSS/HTML

Language: CSS - Size: 3.17 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

MFry/stickyWrapper

Customizable react wrapper that creates sticky components

Language: JavaScript - Size: 123 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

bredele/steroid-content

:pill: Query select streaming html using css selectors

Language: JavaScript - Size: 6.84 KB - Last synced at: 17 days ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0