一款基于jQuery的图片场景标注提示弹窗特效
一款基于jQuery的图片场景标注提示弹窗特效
发布时间:2016-12-30 来源:查字典编辑
摘要:今天给大家分享一款基于jQuery的图片场景标注提示弹窗特效,这款实例适合在图片上标注某个物件,单击弹出详情说明,兼容360、FireFox...

今天给大家分享一款基于jQuery的图片场景标注提示弹窗特效,这款实例适合在图片上标注某个物件,单击弹出详情说明,兼容360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗,不支持IE8及以下浏览器。效果非常不错。效果如下:

一款基于jQuery的图片场景标注提示弹窗特效1

实现的过程。

这款实例要引用jquery和jquery ui库,还有一个实现的main.js库。需上的朋友可以点击上现的下载按钮下载来看看。

html代码部分:

复制代码 代码如下:

<div>

<div>

<a id="label1" 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" 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" href="#">Carpet

<p>

Carpet is a textile floor of an upper layer attached to a backing.</p>

<span /></a><a id="label4" 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" href="http://www.5icool.org/">Showcase

<p>

Showcase is used to showcase things at home</p>

<span /></a>

</div>

<div>

<p>

</p>

<a>X</a></div>

</div>

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新Javascript教程学习
热门Javascript教程学习
编程开发子分类