Opened 10 years ago
Closed 10 years ago
#13786 closed bug (notabug)
Ajax POST still not working on IE 10 on Windows 8
Reported by: | Ravi Kumar Kamboj | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$.ajax({
url: URL, cache: false, async: false, type: "POST", data: ({ 'Channel_ID': 'test' }), dataType: "json", success: function (data) {
alert(data); }});
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Please ask for help on a forum. There is not enough information for a bug report.
Note: See
TracTickets for help on using
tickets.
This is also not working with version 1.9.1.