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.
-
Updated
Aug 2, 2021 - HTML
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.
An Event listener for multiple javascript elements
This is a very trivial JavaScript demo website where I used some Vanilla JavaScript responsible of adding goals and rendering them in a list when clicking on a button. I just built it to compare this approach with the approach I use in my other demo app that I built with Vue.js.
this an interactive shopping cart calculation - subtotal, tax and total by using javascript DOM and event listener
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
Speeds up your clicks by combining the speed of pointerdown, and the features of the click event
Event listener to detect when the visibility of the Mobile Safari bottom navigation bar has changed.
EMI Calculator is the application which calculates the Monthly repayment of a loan based on the given Principal loan amount, Annual rate of interest and No. of months to pay loan. It's simple eventlistener based application which executes emiCalculator Function on every change in three of the input fields and shows a result per month EMI.
Get hands-on practice working with the DOM and event listeners to help users interact with forms, buttons, and other page elements
This Repository contains "FreeCodeCamp JavaScript Projects."
Code Institute jQuery events unit demo code
The expanding cards project is part of Brad Traversy's Udemy course, 50projectsin50days.
Code Institute IFD jQuery Events module
Learn Modern JavaScript Methods by Building Football Team Cards. This project covers concepts like switch statements, default parameters, Object.freeze(), the map() method, and more.
I made this game in collaboration with my son. He is 6 years old and loves painting. The characters in the game and some special effects were drawn by him.
A dynamic web page to provide users with structured information about cargo services and interactive navigation for better accessibility.
Easy JS events!
An approach to develop a Login App
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.
Add a description, image, and links to the event-listener topic page so that developers can more easily learn about it.
To associate your repository with the event-listener topic, visit your repo's landing page and select "manage topics."