Answer the question
In order to leave comments, you need to log in
How to make a beautiful display of data on the site?
I am writing a website using socket.io. There is a function that takes a dictionary:
socket.on('my_pos', function(msg) {
$('#log').text('Изменение за 10 минут #' + msg.count + ': ' + msg.data);
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question