用法:
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。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。