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.
jquery ダイアログ ボックスを使用していますが、背景オーバーレイが表示されません。コードは以下です
私はjqueryを初めて使用します。助けてください。よろしくお願いします:)
オーバーレイを表示したい場合は、modal: trueパラメーターを指定してダイアログを呼び出す必要があります。
modal: true
$("#dialog").dialog({ modal: true });