0
ダイアログボックスを開いた後、ダイアログボックスをどのように上の位置に移動させるかを教えてもらえますか?jquery UIダイアログボックスを開いた後にその位置をトップに移動する方法
$("#addPage").on("dialogopen", function(event, ui) {
$("#addPage").dialog("option", "position", { my: "center", at: "top"});
$("#addPage").on("dialogcreate", function(event, ui) {$(event.target).parent().css('position', 'fixed');});
});
これは正しく動作しません。
これを使用して、私は私のPROBを解決します。 – Arpit