mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
wrapMap.col = wrapMap.tr
This commit is contained in:
parent
9dbfbe5b9a
commit
ecd106280a
@ -13,14 +13,13 @@ var rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>
|
||||
// Support: IE 9
|
||||
option: [ 1, "<select multiple='multiple'>" ],
|
||||
tr: [ 1, "<table>" ],
|
||||
col: [ 2, "<table><tbody></tbody><colgroup>" ],
|
||||
td: [ 3, "<table><tbody><tr>" ],
|
||||
_default: [ 0, "" ]
|
||||
};
|
||||
|
||||
// Support: IE 9
|
||||
wrapMap.optgroup = wrapMap.option;
|
||||
wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead = wrapMap.tr;
|
||||
wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead = wrapMap.col = wrapMap.tr;
|
||||
wrapMap.th = wrapMap.td;
|
||||
|
||||
jQuery.fn.extend({
|
||||
|
Loading…
Reference in New Issue
Block a user