Magiccupcake
13 Jun 2011, 05:00 PM
I have some javascript that runs when a user checks/unchecks a checkbox, and that works fine. I also have some javascript that will uncheck all boxes if a user changes a dropdown menu, that works fine as well. But the problem is I need the script to run as if each of the checkboxes was clicked when the second script runs. Is there a simple way of doing that? like change onChange=""; to something else, or do I actually need to do something to my code?
Any help is appreciated.
Any help is appreciated.