I have this checkbox that has ONLY type
and name
attributes. I cannot add className
or id
to it.
How can I check/uncheck this checkbox using jQuery?
<input type="checkbox" name="savedCcCheckbox">
I have this checkbox that has ONLY type
and name
attributes. I cannot add className
or id
to it.
How can I check/uncheck this checkbox using jQuery?
<input type="checkbox" name="savedCcCheckbox">