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。
这可能会有所帮助
如何让 div onblur 事件执行 javascript 函数?