|
Ajax auto response
Hi guys,
I am trying to find some sample code that allows me to refresh a container only if someone else has added data, similar to a chat program.
Here is my scenario:
2 users are logged into my online system. There is a container that displays all active jobs. user one enters a new job into the system. I would like users 2 job list to update but I dont want to reload the list unless there is new data (jobs).
Some sample code or a pointer in the right direction would be great.
Thanks in advance.
|