通过ENTER(事件)发送数据

时间:2017-06-23 09:06:10

标签: jquery html ajax

我想通过按Enter键而不是像下面那样按下按钮来按值传送我的文字,但是我该怎么办呢?

  $("#senddata").click(function () {
        var drp = document.getElementById('autocomplete').value; 

        $.ajax({
            dataType: "json",
            type: "POST",
            url: "@Url.Action("ID","AdminTool")",
            contentType: "application/json; charset=utf-8",
            data: JSON.stringify({ "turbine": drp,}),

0 个答案:

没有答案