I currently use this code to send my messages.
$('#chatEnvia').click(function() {
$.post( "inc_chatEnvia.php", { acesso: "ok", msg: $("#chatEscrita").val() });
});
I would like to know, how do I when pressed together Ctrl + Enter to...
asked by
17.08.2017 / 21:41