Bug Tracker

Modify

Ticket #914 (closed bug: fixed)

Opened 6 years ago

Last modified 6 years ago

el.attr("innerHTML") doesn't work properly in IE6

Reported by: lukas@… Owned by:
Priority: major Milestone:
Component: ajax Version: 1.1
Keywords: Internet Explorer, innerHTML Cc:
Blocking: Blocked by:

Description

IE 6 failed on my site when i used the load command. the problem seemed to be the use of el.attr("innerHTML",value) in the ajax load function. chaning this line to el.html(value) fixed the problem.

additionaly i had some problems in assigning this to self in IE, as IE seems to interpret self as a special variable as well (so does safari).

Change History

comment:1 Changed 6 years ago by brandon

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in revision 1295.

.load now uses .html to take advantage of fixes found in $.clean instead of just injecting the html.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.