IE7 Ajax Bug
January 13th, 2010.Filed under Programming.
I had problems with IE7, when you do a Ajax call after a data update, IE7 will not make that call, he just throws old data. To fix the “problem” you need to change the url you are sending to force it to send every time!
url: "/Bring/AjaxServlet?getQuestionsJSON&r=" + Math.floor(Math.random()*1000),
