MCPcopy Create free account
hub / github.com/kkroening/ffmpeg-python / manipulationTarget

Function manipulationTarget

doc/html/_static/jquery-3.2.1.js:5634–5642  ·  view source on GitHub ↗
( elem, content )

Source from the content-addressed store, hash-verified

5632
5633// Prefer a tbody over its parent table for containing new rows
5634function manipulationTarget( elem, content ) {
5635 if ( nodeName( elem, "table" ) &&
5636 nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) {
5637
5638 return jQuery( ">tbody", elem )[ 0 ] || elem;
5639 }
5640
5641 return elem;
5642}
5643
5644// Replace/restore the type attribute of script elements for safe DOM manipulation
5645function disableScript( elem ) {

Callers 1

jquery-3.2.1.jsFile · 0.85

Calls 2

nodeNameFunction · 0.85
jQueryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…