I am just starting to look at JQuery; until now everything has been PHP.
Just curious: if the server detects an event and wants to update the user\'s browser, can I do s
That's not something really too related to jquery, but to Http itself.
It's basically not possible for a server to push anything to client actively, two possible solution is:
Keep the Http Connection without closing it.
Polling