[jQuery] IE Caching AJAX calls

[jQuery] IE Caching AJAX calls

Hi...
So... I just noticed that IE is caching my AJAX requests (I code to Firefox, and then test IE later). I expect some of you have run into this problem before.
Of course, I can create unique request string by appending a "Request Identifer" to each URL. I found this great UUID javascript that works nicely.
However, It is a pain to have to do this to every request. Is the something in JQuery that addresses this? Are there any other solutions, like changing header values in a request /response that I am over looking?
Any thoughts would be greatly appreciated....
Sincerely,
Jimmy G