Side navigation
#4473 closed bug (invalid)
Opened April 02, 2009 08:26AM UTC
Closed May 16, 2009 08:26PM UTC
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: | ||
Blocked by: | Blocking: |
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
Can you provide a simple test case?