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.
見てくださいw ww.gcprive.com/happenings
「サインアップ」ボタンをクリックしてポップアップウィンドウの前に来るようにロードするiframeを移動しようとしています。
修正があるかもしれないアイデアはありますか?
私はcssがそれを行う最も簡単な方法だと思います。
popup#first{ z-index:900; } popup#onerfirst{ z-index:901; }
それ以外の場合は、サインアップクリック時に古いポップアップを実際に削除できます。
$('#first').remove();
.fadeOut()または、;を使用できます。.remove();ユーザーがacc/loginを作成しない場合に、ポップアップを再度表示する必要がある場合の代わりに
.fadeOut()
.remove();