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.
以下の 2 つの入力のコンテナーに onblur イベントを追加する方法はありますか?
<tr> <td> <input id="firstName" type="text" /> </td> <td> <input id="lastName" type="text" /> </td> </tr>
グループ化された入力のコンテナーとして div を配置した場合、div の onblur を使用できない場合があります。
これは役立つかもしれません
javascript関数を実行するdiv onblurイベントを取得するには?