MCPcopy
hub / github.com/apache/caldera / fixDefaultChecked

Function fixDefaultChecked

static/jquery/jquery.js:4593–4597  ·  view source on GitHub ↗
( elem )

Source from the content-addressed store, hash-verified

4591 rtbody = /<tbody/i;
4592
4593function fixDefaultChecked( elem ) {
4594 if ( rcheckableType.test( elem.type ) ) {
4595 elem.defaultChecked = elem.checked;
4596 }
4597}
4598
4599function buildFragment( elems, context, scripts, selection, ignored ) {
4600 var j, elem, contains,

Callers

nothing calls this directly

Calls 1

testMethod · 0.80

Tested by

no test coverage detected