Skip to main content

Bug Tracker

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);

}});

Attachments (0)
Change History (2)

Changed April 17, 2013 10:53AM UTC by Ravi Kumar Kamboj <ravikumar.kamboj@sapple.co.in> comment:1

This is also not working with version 1.9.1.

Changed April 17, 2013 12:53PM UTC by dmethvin comment:2

resolution: → notabug
status: newclosed

Please ask for help on a forum. There is not enough information for a bug report.