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 UI 1.10.x を使用しています。閉じるボタンを右に移動したいと思います。どうすれば達成できますか?
ボタンを移動するための組み込みオプションはありません。
独自のスタイル シート (css) を使用して実現できます。
以下のcssを参照してください。
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }