Here's one way:

...
.load("getquote.php", { nocache:Math.random() });
...

- Richard

On 7/16/07, Rick Pasotto <[EMAIL PROTECTED]> wrote:


The following function works as it's supposed to on FF but IE7 is
evidently caching the results because I always get the same quotation
back. How can I force IE7 to do what I tell it to?

$(function() {$("#quote").click(function(){
    $(this).fadeOut();
    $(this).load("getquote.php");
    $(this).fadeIn();
}); });

--
"There will never be a really free and enlightened State, until the State
comes to recognize the individual as a higher and independent power,
from which all its own power and authority are derived, and treats him
accordingly." -- Henry D. Thoreau, 1849 "Resistance to Civil Government"
    Rick Pasotto    [EMAIL PROTECTED]    http://www.niof.net

Reply via email to