Opened 10 years ago
Closed 10 years ago
#13287 closed bug (duplicate)
tbody added to thead
Reported by: | Motty | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.0b1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If I append a row to the thead of a table, v2.0 beta 1 will incorrectly wrap it in a tbody first.
var t = "<tr><th>Header 2</th></tr>"; $('table').find('thead').append(t);
Note: See
TracTickets for help on using
tickets.
Duplicate of #13232.