Side navigation
#13786 closed bug (notabug)
Opened April 17, 2013 10:42AM UTC
Closed April 17, 2013 12:53PM UTC
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);
}});
This is also not working with version 1.9.1.