MCPcopy Create free account
hub / github.com/JsAaron/jQuery / fixDefaultChecked

Function fixDefaultChecked

2.1.1/test/jquery-1.11.1.js:5349–5353  ·  view source on GitHub ↗
( elem )

Source from the content-addressed store, hash-verified

5347
5348// Used in buildFragment, fixes the defaultChecked property
5349function fixDefaultChecked( elem ) {
5350 if ( rcheckableType.test( elem.type ) ) {
5351 elem.defaultChecked = elem.checked;
5352 }
5353}
5354
5355// Support: IE<8
5356// Manipulating tables requires a tbody

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected