| Author |
jquery getjson ajax problem
|
vikas sharmaa
Ranch Hand
Joined: Jun 28, 2007
Posts: 191
|
|
i have used jquery ajax functions to implement chat application. now, i want to update my chat window every second. so, i have written below javascript code:
even though updateChat is getting called every second.. but server call to chat/update.htm is getting called only first time. please tell me, where i am going wrong?
|
 |
vikas sharmaa
Ranch Hand
Joined: Jun 28, 2007
Posts: 191
|
|
it was cache issue. i resolved it by appending epoch value in the request parameter as shown below:
Thank you.
|
 |
 |
|
|
subject: jquery getjson ajax problem
|
|
|