芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/airport-back/vendor/bower-asset/jquery/src/manipulation/wrapMap.js
define( [ "./support" ], function( support ) { "use strict"; // We have to close these tags to support XHTML (trac-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; } );