Changes between Initial Version and Version 1 of Ticket #8500, comment 2
- Timestamp:
- 03/11/11 09:37:48 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8500, comment 2
initial v1 11 11 // appendChild doesn't clear the checked state - it should be fairly safe 12 12 input.click(); 13 // interestingly - if you set input.checked = true it will work - odd eh? 14 // and maybe we should call this "appendResetsChecked" 13 15 jQuery.support.noAppendChecked = input.checked && !div.appendChild(input).checked; 14 16 }}}
