jq enter key to send

1  $('.content').keypress(function(e) {
 2                  if(e.keyCode === 13) {
 3                      //call interface
 4                      return false;
 5                  }
 6              })

.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325789358&siteId=291194637