首页 相关文章 jquery tools系列 expose 学习

jquery tools系列 expose 学习

如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的显示。
以下代码为配置...[ 查看全文 ]

2016-02-19 标签:

jquery tools系列 expose 学习的相关文章

手机页面
收藏网站 回到头部