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(); });
何か案は?
誰かが私が次の行動を理解するのを手伝ってくれませんか。
1 #include <iostream> 2 3 using namespace std; 4 5 main() 6 { 7 uint32_t i = 32;