Skip to main content

All Questions

0 votes
1 answer
143 views

IE11 Ajax Request Only Made if Dev Tools Open

I have an asp.net MVC5 app using knockoutjs for the views. I have a problem with the "Refresh" button on the following page: The button click is bound to the following ajax request: self.get = ...
Rob Bowman's user avatar
  • 8,447
0 votes
0 answers
78 views

Ajax timing out issue

We have an application that's built using MVC/Knockout js. At the end of the form when the user goes to submit all of the data is turned into a json string and is sent through Jquery.ajax to our ...
adc90's user avatar
  • 303