Skip to content

set back counter to 0 if nothing is checked Javascript

I have multiple dropdowns that contain checkboxes and my goal is “on click” to check how many boxes are checked and if it’s more than 1 to hide a logo. I have 2 Problems. Problem 1: The counter never sets to 0 if no check box is checked. Problem 2: Every time I click it runs through the func…

two dimensional checkbox in html

I have created a HTML form with checkbox like this, but I am struggle to turn them into two dimensional What I want is something like this orange banana apple pear ripe Tick price Tick Tick Tick quantity Tick Tick cost Tick Any method to achieve this? Answer You can build an table like below if you submit for…

How to stop flickering of modal on event change

I’m a little stuck on this problem, I need to identify why it happening and how we can solve it. The issue is that I have s nested array of Questions and I’m showing up the Modal onClick when the user hits the option and the Modal shows the Sub questions in the Modal. that are nested into question…