Skip to content

Tag: javascript

How to download multiple audio filles in JsZip

I want to download all audio files from folder but this code only download last file in folder. Answer For ES6 , you can try replacing var with let (block scope). If you are making use of ES5 then, try something like below.

Showing / Hiding Div With jQuery

I’m using toggle() but it’s not working. My script is in the footer: or I’ve also tried addClass(): Basically I’m just trying to toggle between showing and hiding the form divs. When product-suggestion-form-container is clicked on, form-div-top should show. When contact-us-form-contain…

Array item gets the value “undefined”

I am trying to create an array of unique numbers from 0 to 10: But the output of the array will always have an undefined item at a random index which I don’t know why. Can somebody help me out? Answer If the new Set removes a duplicate, then i will be larger than the length of numbers, due to

Swipe Event on HTML

Im trying to make a swipe event , on page 1 its can be swipe to the page 2 , but from page 2 its not working , what is wrong here ? its only works on page 1 , what shall i do ? (Page mostly code , i need more char) Im trying to make a swipe event

My Discord.js Bot welcome message suddenly stopped working

so I made a Discord bot, the welcome message was working for the first 3 months or so but suddenly it stopped working, can I asks why? I had been searching as to why it does not work but I couldn’t find why. Thank You before. Answer Hey there your issue is because of recent gateway changes of the Discor…