JavaScript
Mar. 7th, 2007 04:21 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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.
no subject
Date: 2007-03-07 11:13 pm (UTC)DB Generated/populated Javascript can be -quite- the pain to debug. 'view source' and the ability to Think In C helps.
no subject
Date: 2007-03-08 09:14 pm (UTC)