2017-06-16 7 views
0

enter image description herejqueryのポップアップ位置決め問題

どのように私はちょうど下の画像のようなポップアップ整列を行うことができますか?次のように 現在のコードは次のようになります。

 $("#jobActionsPopup").dialog({ 
      dialogClass: "no-close", 
      position: { my: "middle top", at: "middle bottom", of: $("#jobActionsButton") }, 
      autoOpen: false, 
      draggable: true, 
     }).dialog("widget").find(".ui-dialog-titlebar").hide(); 

答えて

1

あなたについてat: "right bottom"my: "right top"at: "middle bottom"my: "middle top"を変更する方法について説明します。

ここではexampleです。