Opened 15 years ago
Closed 15 years ago
#3002 closed bug (invalid)
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>
Note: See
TracTickets for help on using
tickets.
THs need to be wrapped on TRs (if I'm not wrong).
Please reopen if you have anything else to add.