如overlay的学习,首先给出操作的html目标代码:
<div id=”test”>
expose test!
</div>
<div style=”margin:0 auto;width:300px”>
<img src=”http://flowplayer.org/tools/img/expose/ball_large.png” id=”ball” style=”width:130px” />
</div>
<div style=”position:relative;z-index:10000″>
<button type=”button” id=”btn_open”>open div</button>
<button type=”button” id=”btn_close”>close div</button>
</div>
该功能是通过jqueryObject.expose()方法来实现的,其具体实现方式如下:
$(“jquery selector”).expose({config object}) //该方法通过配置对象将来定制expose的显示。
以下代码为配置参数说明描述:










