/home/techb158/workloadmatch.com/bower_components/jquery/src/manipulation
NameSizeModeActions
var/-0777rm
buildFragment.js24540777editdlrm
getAll.js6500777editdlrm
setGlobalEval.js3810777editdlrm
support.js10340777editdlrm
wrapMap.js7980777editdlrm
_evalUrl.js3560777editdlrm
Edit: /home/techb158/workloadmatch.com/bower_components/jquery/src/manipulation/wrapMap.js (798B)
define( function() { "use strict"; // We have to close these tags to support XHTML (#13200) var wrapMap = { // Support: IE <=9 only option: [ 1, "" ], // XHTML parsers do not magically insert elements in the // same way that tag soup parsers do. So we cannot shorten // this by omitting or other required elements. thead: [ 1, "", "
" ], col: [ 2, "", "
" ], tr: [ 2, "", "
" ], td: [ 3, "", "
" ], _default: [ 0, "", "" ] }; // Support: IE <=9 only wrapMap.optgroup = wrapMap.option; wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; wrapMap.th = wrapMap.td; return wrapMap; } );