Posts by Sandrovsky • 11 points
1 post
-
1
votes1
answer43
viewsQ: Add multiple lines with jQuery using . text
I am doing the project for the school, I am in the chat part and I have a question. In the part of sending messages in jQuery: socket.on('newMessage', function(data){ $chat.append(data.nick+' - ' +…