Opened 13 years ago
Closed 13 years ago
#6076 closed bug (invalid)
Ajax problem in IE8
Reported by: | Angel | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.2 | |
Component: | ajax | Version: | 1.4.1 |
Keywords: | Ajax, IE8 | Cc: | |
Blocked by: | Blocking: |
Description
var formData = "var=value"; $.post('page.jsp', formData,
function(json) {
Code here is unrichable
}, 'json');
Note: See
TracTickets for help on using
tickets.
Please make sure that your JSON code is valid: http://yehudakatz.com/2010/01/15/jquery-1-4-and-malformed-json/