2007-03-07

laurierobey: (Default)
2007-03-07 04:21 pm
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.