How do I build a specialized JQuery Timer
- by Sayem Ahmed
I have an asp.net page where two grid views are available showing current stock market price updates. I need to update these two grid views every 20 seconds. So I was thinking of using JQuery to do this job.
What I need is a timer which will fire every 20 seconds, send an ajax request to the servers, bring the order lists from the server using…