mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 19:15:02 -05:00
Docs: 1.x-master branch -> compat branch; 2.x branch -> master branch
This commit is contained in:
@@ -46,7 +46,6 @@ wrapMap.optgroup = wrapMap.option;
|
||||
wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
|
||||
wrapMap.th = wrapMap.td;
|
||||
|
||||
// Support: 1.x compatibility
|
||||
// Manipulating tables requires a tbody
|
||||
function manipulationTarget( elem, content ) {
|
||||
return jQuery.nodeName( elem, "table" ) &&
|
||||
|
||||
Reference in New Issue
Block a user