I have a dashboard application using AJAX to build and display 5 or 6 tables of information. Each dashboard item can be refreshed independently of the other items, via a refresh button, without refreshing the entire page. How can I make these items refresh automatically at different intervals? I tried using SetInterval for each item in the the dashboard page header but only one of 6 fires. The others items don't refresh. In fact the only one that refreshes is the one with the shortest interval time.
Thanks!
Thanks!