Entry tags:
JavaScript
Anybody know of a good JavaScript debugger?
I'm trying to write a small JavaScript script to check off a certain checkbox when a different checkbox is checked (and uncheck if the first one is unchecked). The page is generated dynamically from database data, so I don't necessarily know the IDs of the checkboxes, which is my problem.
I'm trying to write a small JavaScript script to check off a certain checkbox when a different checkbox is checked (and uncheck if the first one is unchecked). The page is generated dynamically from database data, so I don't necessarily know the IDs of the checkboxes, which is my problem.