Modify ↓
Ticket #4473 (closed bug: invalid)
jQuery.load does not behave correctly ine IE6
| Reported by: | skrat | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | ajax | Version: | 1.3.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
jQuery.load, which replace content on some element with ajax loaded data, does not work correctly in IE6. I needed it to replace content with call like this:
calendar.load(url+" #calendar>*",null,function(){...})
it all work nicely except that non-browser IE6, there, the new content is loaded, and inserted into #calendar, but it behaves like inactive, disabled or something, hard to debug in IE. I can't click links in the newly loaded content, do nothing
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.

Can you provide a simple test case?