美文网首页
手机软键盘 搜索/前往 执行(事件)

手机软键盘 搜索/前往 执行(事件)

作者: 星_36c0 | 来源:发表于2019-03-20 15:59 被阅读0次

    HTML用表单提交,

    <form action="javascript:submitInputContent();">

        <input id="name" class="" onfocus="openHistory();" oninput="inputsearch(this);" type="search" placeholder="搜索" />

    </form>

    或者

    <form action="javascript:submitInputContent();">

      <input id='grabble' type="search" placeholder="搜索" />

    </form>

    下面JS写:

    function submitInputContent(){

      这里具体些操作。

    }

    这样就能执行键盘的搜索、确认,前往这些按钮效果了。

    相关文章

      网友评论

          本文标题:手机软键盘 搜索/前往 执行(事件)

          本文链接:https://www.haomeiwen.com/subject/gseotqtx.html