當使用Javascript按下這兩個鍵時,如何關注搜索表單輸入字段?keydown上的javascript焦點搜索表單? (問號)
移 + /將生成?
所以基本上,在問號的關鍵字上,搜索表單會自動聚焦。
這是我目前的自舉3搜索表單代碼:
<form class="navbar-form navbar-right" role="form" method="post" action="{$WEB_ROOT}/knowledgebase.php?action=search">
<div class="form-group">
<input id="inputMessage" class="form-control" placeholder="Search website.com" type="text" name="search">
</div>
<button type="submit" class="btn btn-default"></button>
</form>
檢查:HTTP://計算器。 com/questions/6014702/how-do-i-detect-shiftenter-and-generate-a-new-line-in-textarea –
@ user7411567,我做了一個小改動。在回答中將'e.preventDefault();'移到'if'的內部。請更新您的製作網站中的代碼。 –