I know use AJAX to periodically poll server for the command can achieve this, but what if the server want to change a property of web page element.
Besides polling, is there any async event that client web page AJAX can listen on?
I know use AJAX to periodically poll server for the command can achieve this, but what if the server want to change a property of web page element.
Besides polling, is there any async event that client web page AJAX can listen on?