i have a form like this :
$("#chat_in").keyup(function(event){ if(event.keyCode == 13){ //call send data function here SendData(); } });
try this