I created the effect I want below: const container = document.getElementById("container"); const boxes = document.querySelectorAll(".box"); const clearBtn =
To run this thats why i added css and html also, What i want tnat when i click on any notes delete button that note should be deleted however it deletes other n
I have simple section with card with image and title. How can I fix image size inside the card, so it stays the same no matter what is the actual size of the or
I'm struggling to create a php gallery slideshow and was hoping someone could recommend how to do this part.. The below code is taken from w3schools and works w
when onclick functionality happens on the CLOSE button it generates some cards ,each card contains some icons at the bottom that needs to be fixed position(perf
var state = 0; function selectLI(element) { if (state == 0) { element.innerHTML = element.innerHTML + "<span class='liTick'>✔</sp
I use a MS Form to collect Data and use an xlsm.file where I copy the new data and then further work with the data. In order to update the data, I have to Open
I wanted to play the audio from a specific time whenever the user plays the audio, So, I wanted to save the current time of play while the audio is being played
I am new to Javascript and want to be able to display a JS variable onto my page without the user going into the console as it is neater, and I find a lot of pe
I want to use animate.style to show animation effect on hover and not on page load, New version of animate.css which is animate.style doesn't seems to have hove
I would like to get first prices ($916.65) in pyhton but I do not know which method do I need to apply ? Each price has the same tag (div class="price"). Shoul
I am trying to execute bash script within Electron index.html button click. Here's my code which index.html calling renderer.js, and renderer.js opens the bash
I have Razor Page with the following piece of code to create a link that adds a dynamic value to the route when clicked. This works perfectly. <a class="page
sortablejs is a drag and drop plugin link How the plugin working <div id="example3Left"> <div class="list-group-item"> Item 1</div> <div c
I have a list of links. And I want that link texts inserts as span span data-hover names. Please tell me how can i do this. Thanks! What i have: <a href="#"&
I am trying to create a simple function when on click a series of style changes happen to an element. I want to add a 4-second delay in between the two style ch
I'm trying to build quiz app based on Cornell Notes, where the keywords will be the question with 4 answers (one correct answer and three random from other keys
I have Added aria-label but still Screen Reader not able to read Warning for which is 1st div . focus goes on 1st div but not reading anything. How to tell scre
I am using TCPDF library to generate pdf file using PHP. They also have feature to create qrcode. This is my syntax $style = array( 'border' => 0, 'v
I have looked for documentation about implicit html roles but not found something listing the default roles of html elements. This article: https://www.webteach