我有一个自定义对话框,现在我需要将自定义对话框定位到所需位置,我该如何在.html.erb文件中执行此操作?
答案 0 :(得分:1)
使用小部件.dialog() jQuery UI提供了一个更改对话框位置的选项。
使用它就像:$("#selector").dialog({position:"center"}); // center is default value
或更高版本$("#selector").dialog("option","position","center");
可能的值: