Side navigation
#6076 closed bug (invalid)
Opened February 11, 2010 08:46PM UTC
Closed February 11, 2010 08:53PM UTC
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');
Attachments (0)
Change History (1)
Changed February 11, 2010 08:53PM UTC by comment:1
| resolution: | → invalid |
|---|---|
| status: | new → closed |
Please make sure that your JSON code is valid:
http://yehudakatz.com/2010/01/15/jquery-1-4-and-malformed-json/