Bug Tracker

Changes between Initial Version and Version 1 of Ticket #8500, comment 2


Ignore:
Timestamp:
03/11/11 09:37:48 (2 years ago)
Author:
gnarf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8500, comment 2

    initial v1  
    1111// appendChild doesn't clear the checked state - it should be fairly safe 
    1212input.click(); 
     13// interestingly - if you set input.checked = true it will work - odd eh? 
     14// and maybe we should call this "appendResetsChecked" 
    1315jQuery.support.noAppendChecked = input.checked && !div.appendChild(input).checked; 
    1416}}}