Robert Nieto's blog » ie https://robertnieto.info Tech, Finance, and Life Mon, 13 Feb 2012 04:22:37 +0000 en-US hourly 1 http://wordpress.org/?v=4.1 jQuery and IE https://robertnieto.info/2009/03/jquery-and-ie/ https://robertnieto.info/2009/03/jquery-and-ie/#comments Mon, 30 Mar 2009 22:07:16 +0000 https://robertnieto.info/?p=29 Continue reading ]]> I’ve had an interest in testing out jQuery for some time now and this weekend I finally dived right in with a simple ajax example quiz service. The backend was quickly designed as a servlet outputing JSON, leaving me with the frontend to do in jQuery.

As I did the initial design in firefox everything went smoothly, until I tested in IE. The kanji (word) to quiz wouldn’t update on the page. A quick google later I learned IE often will cache the get request. The simple fix was to include the current time as the data in the get, and after that IE stopped caching the requests.

For now the site is very simple as I do not plan to update it, but I will use spring mvc to build the next version.

]]>
https://robertnieto.info/2009/03/jquery-and-ie/feed/ 0