多种弹出窗口,弹出层,包括ajax,图片等载入
本例用到的css和js文件请到演示页面查看源码获取

XML/HTML Code
- <div class="container">
- <div class="jumbotron">
- <div class="btn-group">
- <a class="btn btn-default" href="#" data-featherlight="#fl1">Default</a>
- <a class="btn btn-default" href="#" data-featherlight="#fl2" data-featherlight-variant="fixwidth">Custom Styles</a>
- <a class="btn btn-default" href="http://www.freejs.net/images/logo.png" data-featherlight="image">Image</a>
- <a class="btn btn-default" href="#" data-featherlight="#fl3">iFrame</a>
- <a class="btn btn-default" href="index.html .ajaxcontent" data-featherlight="ajax">Ajax</a>
- </div>
- </div>
- <div class="row marketing text-center"></div>
- </div>
- <div class="lightbox" id="fl1">
- <h2>Featherlight Default</h2>
- <p>
- This is a default featherlight lightbox. It's flexible in height and width. Everything that is used to display and style the box can be found in the featherlight.css file which is pretty simple.
- </p>
- </div>
- <div class="lightbox" id="fl2">
- <h2>Featherlight with custom styles</h2>
- <p>It's easy to override the styling of Featherlight. All you need to do is specify an additional class in the data-featherlight-variant of the triggering element. This class will be added and you can then override everything. You can also reset all CSS: <em>$('.special').featherlight({ resetCss: true });</em>
- </p>
- </div>
- <iframe class="lightbox" src="http://www.freejs.net/" width="500" height="281" id="fl3" style="border:none;" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
- <div class="ajaxcontent lightbox">
- <h2>This Ligthbox was loaded using ajax</h2>
- <p>With little code, you can build lightboxes that use custom content loaded with ajax...</p>
- </div>
原文地址:http://www.freejs.net/article_jquerywenzi_171.html
最近更新
- jQuery轮播图插件slider-...
- CSS3鼠标悬停图片遮罩层变形动画特...
- 响应式全屏手风琴菜单,同时支持垂直方...
- 分组select选择器,支持多选和单...
- jQuery时间日期选择器代码日历插...
- Select 选择器 可以清空的单选...
我爱薅羊毛
点击最多
广告赞助
相关文章
- jquery点击显示或隐藏内容,可以一次展开多个和...
- tooltips/弹出层/消息提示效果,支持点击与...
- jQuery幸运大转盘抽奖活动代码
- jquery来实现的添加商品和减少商品数量,用于购...
- jQuery手机端弹出层提示对话框
- php js实现拖动滑块完成拼图验证码