用法:
open( options )
返回:jQuery (plugin only)
使用指定的选项显示弹出窗口。
如果缺少 x
或 y
选项,并且没有 jQuery 选择器作为 positionTo
选项的值给出,则将使用窗口的中间部分。
transition
选项可用于覆盖弹出窗口自己的transition
选项。这将导致通过调用中指定的转换打开弹出窗口,但不会更新弹出窗口的transition
选项。
同样,positionTo
选项可用于覆盖弹出窗口的默认定位而不修改弹出窗口的值positionTo
选项。可用于的值positionTo
与弹出窗口的相同Popup positionTo.
-
options类型:Object
代码示例:
调用 open 方法:
$( ".selector" ).popup( "open", options );
相关用法
- JQuery Mobile Popup option用法及代码示例
- JQuery Mobile Popup overlayTheme用法及代码示例
- JQuery Mobile Popup initSelector用法及代码示例
- JQuery Mobile Popup dismissible用法及代码示例
- JQuery Mobile Popup classes用法及代码示例
- JQuery Mobile Popup create( event, ui )用法及代码示例
- JQuery Mobile Popup arrow用法及代码示例
- JQuery Mobile Popup beforeposition( event, ui )用法及代码示例
- JQuery Mobile Popup transition用法及代码示例
- JQuery Mobile Popup defaults用法及代码示例
- JQuery Mobile Popup enable用法及代码示例
- JQuery Mobile Popup reposition用法及代码示例
- JQuery Mobile Popup shadow用法及代码示例
- JQuery Mobile Popup tolerance用法及代码示例
- JQuery Mobile Popup close用法及代码示例
- JQuery Mobile Popup theme用法及代码示例
- JQuery Mobile Popup destroy用法及代码示例
- JQuery Mobile Popup afterclose( event )用法及代码示例
- JQuery Mobile Popup positionTo用法及代码示例
- JQuery Mobile Popup disabled用法及代码示例
- JQuery Mobile Popup corners用法及代码示例
- JQuery Mobile Popup disable用法及代码示例
- JQuery Mobile Popup afteropen( event )用法及代码示例
- JQuery Mobile Popup history用法及代码示例
- JQuery Mobile Pagecontainer beforeshow( event, ui )用法及代码示例
注:本文由纯净天空筛选整理自jquerymobile.com大神的英文原创作品 Popup open。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。