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.
一度に複数のポップアップを表示できる関数を作成しようとしています。現時点では、私のコードは次のようになります。
// Click for full bio $('.div').click(function() { if('.popup'.!open) // if popup NOT open, then do this.. $(this).find('.popup').toggle(); });
何か案は?