Modify ↓
Ticket #5149 (closed bug: invalid)
modifying an iframe content in firefox does'n work.
| Reported by: | web1.tradestation | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | manipulation | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
this statements fails when is executed in firefox 3.5.2:
$('#htiIFrame').contents().find("table:first").remove();
the element is actually removed from the DOM but the iframe visualization is not updated.
It does works in IE8.
Take a look to the attached pictures
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

