HTML part Copy codeThe code is as follows: WeChat Manager <br>< /script> <br><script> <br>$(document).ready(function(){ <br>$(document).keyup(function(event){ <br>if(event.keyCode ==13 ){ <br>$.ajax({ <br>type: "POST", <br>url: "ok.php", <br>data: "code=" $("#in").val() , <br>success: function(msg){ <br>$("ul").append("<li>" $("#in").val() "</li>"); / /Output the input to the interface<br>$("ul").append("<li>" msg "</li>"); //Get the return value and output<br>$("#in ").val(""); //Clear the input box<br>$("#text").scrollTop($("#text").scrollTop() 32);//Pull the scroll bar to the bottom, Display the input box <br>} <br>}); <br>} <br>}); <br>$("#in")[0].focus(); <br>}); <br> Wechat Dos Welcome... login: