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.
通过使用 jquery,我想在单击输入字段后显示一个 ovwelay 窗口。并且该窗口必须有两个输入字段。
该页面有一个输入字段,当我单击输入字段时,一个覆盖窗口必须带有另一个输入字段。
<input onclick='prompt("Another input","...");' />