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; }
ユーザーが会社情報を入力するフォームがあります。次に、jquery を使用して住所を検証し、submitHandler 内に検証済みの住所の経度/緯度を取得する次のスクリプトがありますが、経度/緯度はフォームと共に送信されません。(現在、テスト目的で、リンクにロング/ラット ルックアップのアドレスがハード コードされています。) また、ここで取