Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Webアプリでイベントを発生させるテキストフィールドがありますが、ユーザーがEnterキーを押したときにキーボードを閉じたいのですが。jqueryを使用して通常の送信を無効にします。
ぼかしイベントを作成する
開く:
$('input#search').focus();
終了するには:
$('input#search').blur();