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.
テキスト ボックスを作成し、それを div に追加しました。
$('<input />').appendTo("#box")
ユーザーから入力された値を取得したいと思います。
テキストボックスも削除したいと思います。私はこれを試しました:
$('<input />').remove();
しかし運がない。何か案は?どうもありがとう。