/var/www/flurhymez/node_modules/jquery/src/manipulation
NameSizeModeActions
var/-0755rm
buildFragment.js24860644editdlrm
getAll.js6500644editdlrm
setGlobalEval.js3810644editdlrm
support.js12360644editdlrm
wrapMap.js8190644editdlrm
_evalUrl.js6860644editdlrm
Edit: /var/www/flurhymez/node_modules/jquery/src/manipulation/wrapMap.js (819B)
define( [ "./support" ], function( support ) { "use strict"; // We have to close these tags to support XHTML (#13200) var wrapMap = { // 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, "", "" ] }; wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; wrapMap.th = wrapMap.td; // Support: IE <=9 only if ( !support.option ) { wrapMap.optgroup = wrapMap.option = [ 1, "" ]; } return wrapMap; } );