0
Currently I use this code to send my messages.
$('#chatEnvia').click(function() {
$.post( "inc_chatEnvia.php", { acesso: "ok", msg: $("#chatEscrita").val() });
});
I wonder, how do I stop when pressed together Ctrl+Enter the code to send the messages is executed?
It is important that the Submit, so much with the Ctrl+Enter as with the pressing of the button.
If the edition I made does not match what I intended to ask, please reverse it or say that I do.
– UzumakiArtanis