Opened 15 years ago
Closed 15 years ago
#1718 closed bug (worksforme)
$.ajax not properly loading url content in DOM element since 1.1.4 in MSIE
Reported by: | rernens | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | ajax | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Bug only affects MSIE ( 6 and 7) .
Loading an url in a DOM element using $.ajax was working just fine until I upgraded to 1.2.1 from 1.1.3.1.
Problem reproduced with 1.1.4.
$.ajax returns success but DOM element does not get loaded with url content.
Works properly in all other browsers tested (Firefox 2.0.0.7, Safari 2 /3 and Opera 9).
Works in MSIE in version with 1.1.3.1 and below
Change History (1)
comment:1 Changed 15 years ago by
Milestone: | 1.2.1 → 1.2.2 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Version: | 1.1.4 → 1.2.1 |
Note: See
TracTickets for help on using
tickets.
This works just fine for me, in all of my tests - can you provide an example? The content that you're attempting to load can have a great effect on the final result.