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.
このプラグインを使用してメッセージ ボックスを生成します。私はこのcssに問題があります:
#modal{ visibility:hidden; width:360px; height:169px; padding:8px; ....... }
で静的 div を作成するとうまくいきました#modalが、動的 div を作成する#modal + IDとスタイルが機能しません。
#modal
#modal + ID
動的CSSの作り方。