Skip to content

Tag: javascript

Icon clicking to show the date

I am creating the input field to show the calendar date. Now I just only can click the input field to show the calendar date. Actually, I want to click the calendar icon to show the calendar date, then the calendar date will show in the input field, not click the input field to show the calendar. Hope someone…

Change image when another image is clicked

I am trying to change the big image when another small image is clicked, kind of like a product display on an e-commerce website. But my code doesn’t seem to work. Answer Don’t repeat JavsScript code. Instead delegate a click to every .button-container’s img element: Another suggestion is no…

Send input javascript, on Chrome

Does someone have any idea why only the second time I run my code it does work? https://youtu.be/yrD9jB1FXHo The code just sends a message in the search box. I’m testing it on chrome using the DevTools console (F12). Answer The problem is with the React JS used to design whatsapp web, so to manage this …