Side navigation
#3002 closed bug (invalid)
Opened June 07, 2008 11:02AM UTC
Closed June 10, 2008 08:02PM UTC
remove about
Reported by: | bigqiang | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | remove | Cc: | |
Blocked by: | Blocking: |
Description
example:
<table id="tablist">
<thead><th></th></thead>
<tr><td></td></tr>
</table>
operation:
$("#tablist tr").remove();
Result:
IE7
<table id="tablist"></table>
FireFox2.0
<table id="tablist">
<thead><th></th></thead>
</table>
Attachments (0)
Change History (1)
Changed June 10, 2008 08:02PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
THs need to be wrapped on TRs (if I'm not wrong).
Please reopen if you have anything else to add.