Posts by MStos • 57 points
3 posts
-
2
votes1
answer354
viewsQ: Save checked checkboxes and load them when page reloads
I would like the checkboxes that have been marked to be saved and loaded whenever the page is reloaded or opened again, in addition, in their place there will be icons referring to the options. I…
-
2
votes1
answer1899
viewsQ: Enable/Disable a button if at least one checkbox is checked
I am trying to enable a button if at least one of the six checkbox is enabled, and disable any checkbox is enabled. I made a function, but it only enables and does not disable if I uncheck all…
-
1
votes1
answer157
viewsQ: Compare different div attributes from the same html file
my question is: I have a div with a checkbox and another with an image, I would like that after the user marks the div with checkbox and clicks on a confirmation button, my js function checks if the…