php-long-polling icon indicating copy to clipboard operation
php-long-polling copied to clipboard

Just a question

Open michelinok opened this issue 3 years ago • 0 comments

Hi! Can someone help me? When data.txt change I want to reload the client.html page (instead of changing the "response" div content).

I've tryed also something like this (so i can use php to reload page or other things)

$('#response').html(" ");

but the string "hello world" is never displayed (of course, i've renamed the client.html in client.php)

Any help is really appreciated.

michelinok avatar Nov 26 '21 15:11 michelinok