Opened 13 years ago
Closed 13 years ago
#5308 closed bug (invalid)
IE (all versions) bug when parsing bad html(not php) pages
Reported by: | svcorp77 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | ajax | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('#myDIV').load('help.html', function() {
do something
});
Error in line 3281 in jQuery JavaScript Library v1.3.2 IE response Critical error in jQuery.js typeof res.responseText = 'unknown', status = 'parsererror'
Trying to fix if (typeof res.responseText === 'unknown') {
reInitialize res res = {}; res.responseText = ;
};
Note: See
TracTickets for help on using
tickets.
We're definitely going to need a full test case in order to diagnose what's going on here. If you have a page that we can look at we would definitely appreciate it.