Why does this not work? I get an error that this action is not supported by my IE9.
var data = new { selectedUnitKey: { value1: 1, value2: 2} }
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Remove the
new:From the MDN :
You use new like this when you define your “class” :