A cool AJAX trick to solve IE caching issue
IE loves to cache AjAX calls. If your JavaScript makes repeat calls to get new data, IE would not even bother to make that call and will just give your script a cached response. IE would not even honor no-cache headers for my AJAX requests. A popular trick that I learned from a friend and […]
Read more "A cool AJAX trick to solve IE caching issue"