MCPcopy Index your code
hub / github.com/jquery/jquery / buildChild

Function buildChild

test/unit/manipulation.js:509–512  ·  view source on GitHub ↗
( method, html )

Source from the content-addressed store, hash-verified

507 } );
508
509 function buildChild( method, html ) {
510 wrapper[ method ]( html );
511 return wrapper.children()[ 0 ];
512 }
513
514 function assertSpecialCharsSupport( method, characters ) {
515 var child,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected