Thursday, February 25, 2016

Javascript (KnokcoutJS) code that for some reason work in Chrome but not IE?

Had some problems at work where KnockoutJS code worked fine in Chrome but not at all on IE. The problem was ajax caching being done in IE for GET requests.

Observables does not update values

AJAX requests not executing or updating in Internet Explorer? Here's a solution