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.
ユーザーが「自分の」項目を選択して「完了」を押した後、ポップアップメニューの選択を取得するにはどうすればよいですか?
選択したものは次のように表示できます。
var clicked = document.getElementById("popup").value;
アラート(クリック);
そして、このアイテムが選択された後、どうすればズームアウトできますか?
ポップアップの男性に「ChangeHandler」を配置しました
function myChangeHandler(event) { var clicked = document.getElementById("popup").value; alert(clicked);
}
ブラジル、
ステファン