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
You can have the client using a long-polling mechanism like comet, etc, but there's no way to genuinely "push".