[Javascript] Checkbox Problems

Andrew Clover and-babble at doxdesk.com
Wed Jul 6 08:30:46 CDT 2005


Timothy White <weirdit at gmail.com> wrote:

> if I set the HTML attribute to checked, how can I remove it?
> Remember that it doesn't take a value, so setting it to false
> does nothing.

input.removeAttribute('checked');

-- 
Andrew Clover
mailto:and at doxdesk.com
http://www.doxdesk.com/



More information about the Javascript mailing list