dom-traversal
There are 18 repositories under dom-traversal topic.
AhmadrezaMozaffary/Belfius-banking-landing
Implement some useful and advanced DOM manipulations 🏅
ernestmarcinko/domini
A minimalistic HTML document manipulation and traversal javascript library using a jQuery-like syntax.
fed/dom
Traversing and Manipulating the DOM with VanillaJS
sofiane-abou-abderrahim/javascript-favorite-movies
Here is a tiny application with quite some verbose code because I wanted to practice what I learned and use different alternatives related to JavaScript and DOM traversal. Indeed, I used most of the crucial fundamentals needed to work with elements and manipulate a page whilst it's running in the browser.
westurner/linkext
Find the most recent HTML DOM element with an id= attribute
loosenthedark/traversy-media-filterable-list-js-project
Adaptation of a vanilla JavaScript mini-project taken from a Traversy Media video tutorial. Practices involved: remembering to use toUpperCase() when building search bar input elements, traversing the DOM, using indexOf() > -1 to implement search functionality, a 'for' loop and an 'if/else' conditional statement
loosenthedark/traversy-media-mybooklist-app-js-project
Modified version of a simple vanilla JavaScript booklist app built using object-oriented code. Practices involved: JS classes, validation alerts, local storage, traversing the DOM and arrow function syntax
mksglu/react-playground
React Playground for third-party React Component.
christinebogdan/p3_GameOn
Completion of the front end of registration form, including fixes of responsive design and added validation functionality to form inputs.
bbluechip/meal-search
Recipe finder
covuworie/typescript-dom-crash-course
Typescript DOM Crash Course
loosenthedark/CI_jquery-command-chaining-challenge
Code Institute IFD jQuery Events module
loosenthedark/learnjavascriptfast-reaction-game-project
Reaction game built using vanilla JavaScript by coding along to project tutorials and walkthroughs from Learn JavaScript Fast: https://learnjavascriptfast.com/project-a-simple-javascript-reaction-game/
loosenthedark/the-importance-of-this
Code Institute jQuery events unit demo code
loosenthedark/unit-converter
An expanded version of a Traversy Media weight converter app. Using Bootstrap classes in the UI, this multi-unit conversion tool combines JavaScript 'if/else' conditional statements with the addEventListener() and setTimeout() methods to achieve a slim, uncluttered feel, resulting in a smooth and efficient user experience.
SF-WDI-LABS/jquery-playground-lab
play around with DOM manipulation in jQuery