Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
Description
var formData = "var=value"; $.post('page.jsp', formData,
function(json) {
Code here is unrichable
}, 'json');
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.

Please make sure that your JSON code is valid: http://yehudakatz.com/2010/01/15/jquery-1-4-and-malformed-json/