Modify ↓
Ticket #1829 (closed bug: worksforme)
New Ajax load() function does not add Ajax results in IE6
| Reported by: | dryan | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 |
| Component: | ajax | Version: | 1.2.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
on line 2086 in v 1.2.1 the append() function is doing nothing in IE6. using .attr('innerHTML', ...) works however.
Attachments
Change History
Changed 5 years ago by davidserduke
-
attachment
jquery_test.html
added
comment:1 Changed 5 years ago by davidserduke
- need changed from Review to Test Case
- Resolution set to worksforme
- Status changed from new to closed
- Component changed from core to ajax
I made the above test case and it worked for me in IE6. Also the wiki documentation page does:
http://docs.jquery.com/Ajax/load#urldatacallback
If you have a specific test case that fails please reopen the ticket and attach it.
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.

test case (guess based on description)