jQuery:イベント
$(document).ready(function)
関数をドキュメントの readyイベントとバインドする $(selector).click(function)
$(selector).dblclick(function)
選択した要素をダブルクリックした時にイベントをトリガーまたはバインドする $(selector).focus(function)
選択した要素をフォーカスした時にイベントをトリガーまたはバインドする
$(selector).mouseover(function)
選択した要素の上にマウスを置いた時にイベントをトリガーまたはバインドする
https://img.shields.io/badge/jquery-イベント-0769AD.svg?logo=jquery&style=for-the-badge