Bug Tracker

Opened 10 years ago

Closed 10 years ago

#13540 closed bug (notabug)

if add dom to element widh tr is not effective in firefox chrome

Reported by: wike Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:

Description

<table id="text">

<tr>aaa</tr>

</table> <script>

$('<tr>1111111</tr>',).appendTo($('#text'))

</script>

Change History (1)

comment:1 Changed 10 years ago by markelog

Resolution: notabug
Status: newclosed

tr element can't have any nodes, except for td or th elements, this is not valid html.

Note: See TracTickets for help on using tickets.