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を使用して、入力フィールドをクリックした後に1つのovwelayウィンドウを表示したいと思います。また、そのウィンドウには2つの入力フィールドが必要です。
ページには 1 つの入力フィールドがあり、入力フィールドをクリックすると、1 つのオーバーレイ ウィンドウに別の入力フィールドが表示されます。
<input onclick='prompt("Another input","...");' />