Modify ↓
Ticket #3506 (closed bug: invalid)
with button click not selecting the check box
| Reported by: | sanjay | Owned by: | flesler |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | selector | Version: | 1.2.6 |
| Keywords: | Cc: | sanjay, flesler | |
| Blocking: | Blocked by: |
Description
$('fieldset.application-settings-group-1 label[autocrop.unlock] input').attr('checked', 'checked');
where autocrop.unlock is the name of checkbox. Please let me know if you need more information.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Shouldn't that be:
$('fieldset.application-settings-group-1 input[name=autocrop.unlock]').attr('checked', 'checked');If you have something to add, reopen but provide a test case. An html file with the needed html/js to make this happen.