自定义jquery ui 中dialog的弹出位置

这篇博客讨论了如何自定义jQuery UI Dialog的弹出位置,以避免当页面过长时,弹出框不在视窗范围内。默认情况下,Dialog位于页面中部。通过设置position选项,可以使用Object、String或Array来定位Dialog。例如,使用`position: { my: 'center', at: 'left+800px top+500px', of: window }`可以使Dialog在页面左侧偏下位置显示。" 114814248,10297191,使用Java GUI创建猜数字游戏,"['Java GUI', '游戏开发', '用户交互']
摘要由CSDN通过智能技术生成

jquery ui的dialog默认弹出位置为页面的中部,如果页面特别长,则弹出框可能在第一屏中看不到,需要自定义弹出的位置:

jquery ui的dialog默认弹出位置为{ my: "center", at: "center", of: window }

具体参见dialog的api:http://api.jqueryui.com/dialog/#option-position

positionType: Object or String or Array

Default:  { my: "center", at: "center", of: window }

Specifies where the dialog should be displayed. The dialog will handle collisions such that as much of the dialog is visible as possible.

Note: The String and Array forms are deprecated.

Multiple types supported:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值