Side navigation
#3506 closed bug (invalid)
Opened October 21, 2008 07:58PM UTC
Closed October 21, 2008 10:48PM UTC
Last modified October 21, 2008 10:48PM UTC
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 | |
Blocked by: | Blocking: |
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.
Shouldn't that be:
If you have something to add, reopen but provide a test case. An html file with the needed html/js to make this happen.