This seems to be a simple problem, but I dont use alot of javascript.
I have a div, with a checkbox in it, and would like the whole div to toggle the ...
First off sorry i had to add -- to my links because of spam prevention;)
Here is the file with the hidden div "yes" checkbox toggle working perfectly>>
--http://myvirtualltciguy.com/help/Checkbox_Toggle.html
This is the .js file ...
Hoping someone can help me overcome my Javascript ignorance.
I've got a form that includes checkboxes and I've got a piece of JS that toggles selecting/deselecting all the boxes. And so ...