I\'ve setup an app and it works fantastic on Opera and Firefox, but on Google Chrome it caches the AJAX request and will give stale data!
http://gapps.qk.com.au is t
Below line of code worked for me.
$.ajaxSetup({ cache: false });