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; }