Modify ↓
Ticket #3283 (closed bug: duplicate)
The use of methods IE6 errors jsonp.
| Reported by: | Lukin | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | ajax | Version: | 1.2.6 |
| Keywords: | jsonp ajax | Cc: | |
| Blocking: | Blocked by: |
Description
IE6 under the 2626 and 2727 trip errors, the code be amended to the following code not a problem.
if ( head ) {
try{
head.removeChild( script );
} catch(e){}
}
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.

Is this the same bug with a different solution to Ticket #2923?