Skip to main content

Bug Tracker

Side navigation

#13287 closed bug (duplicate)

Opened January 21, 2013 04:23PM UTC

Closed January 21, 2013 04:26PM UTC

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);

http://jsfiddle.net/LGRdL/

Attachments (0)
Change History (1)

Changed January 21, 2013 04:26PM UTC by rwaldron comment:1

resolution: → duplicate
status: newclosed

Duplicate of #13232.