On 12/25/06, 齐永恒 <[EMAIL PROTECTED]> wrote:
Hi everyone Merry Christmas. I use jQ have some times,i find the $.get() almost use cache, the brower don't send the request to server, but use cache data. so, i have trouble. please tell me if i want to make get() method excute every times. how to do i? -- yours yongheng msn:[EMAIL PROTECTED] gtalk:[EMAIL PROTECTED] tel:13810380736 _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
If i've understood you correctly, this may help you: $.get( your_url + '?'+Math.random() ) -- http://codeplayer.blogspot.com/
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
