What method do you recommend for maintaining the data in a table on a page current?
Currently, I am using a timer that connects to the server via ajax every 2 seconds to check for updates.
Is there a way to trigger an event or function only when the content changes from the server side?
P.s. Is there a solution that does not rely on frameworks? A demonstration with sources would be ideal.