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>
Note: See
TracTickets for help on using
tickets.
tr element can't have any nodes, except for td or th elements, this is not valid html.