一款基于jQuery的图片场景标注提示弹窗特效
更新时间:2015年01月05日 11:55:26 投稿:hebedich
这篇文章主要介绍了一款基于jQuery的图片场景标注提示弹窗特效,需要的朋友可以参考下
今天给大家分享一款基于jQuery的图片场景标注提示弹窗特效,这款实例适合在图片上标注某个物件,单击弹出详情说明,兼容360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗,不支持IE8及以下浏览器。效果非常不错。效果如下:
实现的过程。
这款实例要引用jquery和jquery ui库,还有一个实现的main.js库。需上的朋友可以点击上现的下载按钮下载来看看。
html代码部分:
复制代码 代码如下:
<div class="container">
<div class="labels">
<a id="label1" class="label" href="#">Sofa
<p>
A sofa, is an item of furniture designed to seat more than one person, and providing
support for the back and arms.</p>
<span /></a><a id="label2" class="label" href="#">Television
<p>
Television (TV) is a telecommunication medium for transmitting and receiving moving
images that can be monochrome (black-and-white) or colored, with or without accompanying
sound.</p>
<span /></a><a id="label3" class="label" href="#">Carpet
<p>
Carpet is a textile floor of an upper layer attached to a backing.</p>
<span /></a><a id="label4" class="label" href="#">Chair
<p>
Chair is an item of furniture designed to seat one person, and providing support
for the back and arms.</p>
<span /></a><a id="label5" class="label" href="http://www.5icool.org/">Showcase
<p>
Showcase is used to showcase things at home</p>
<span /></a>
</div>
<div class="description">
<p>
</p>
<a class="close">X</a></div>
</div>
相关文章
jQuery调用WebMethod(PageMethod) NET2.0的方法
这篇文章主要介绍了jQuery调用WebMethod(PageMethod) NET2.0的方法,结合实例形式分析了jQuery基于ajax调用.NET方法的相关技巧,需要的朋友可以参考下2016-04-04为jquery的ajax请求添加超时timeout时间的操作方法
这篇文章主要介绍了为jquery的ajax请求添加超时timeout时间的操作方法,文中通过一段简单的代码给大家介绍jquery ajax超时设置方法,感兴趣的朋友跟随脚本之家小编一起看看吧2018-09-09jquery通过select列表选择框对表格数据进行过滤示例
这篇文章主要介绍了jquery通过select列表选择框对表格数据进行过滤示例,需要的朋友可以参考下2014-05-05
最新评论