源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

jQuery悬停文字提示框插件jquery.tooltipster.js用法示例【附demo源码下载】

  • 时间:2021-04-23 15:03 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:jQuery悬停文字提示框插件jquery.tooltipster.js用法示例【附demo源码下载】
本文实例讲述了jQuery悬停文字提示框插件jquery.tooltipster.js用法。分享给大家供大家参考,具体如下: 运行效果截图如下: [img]http://files.jb51.net/file_images/article/201607/2016719145826751.jpg?2016619145839[/img] index.html页面:
<!DOCTYPE html>
<html lang="en">
<head>
<title>jQuery Tooltips悬停文字提示框效果</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="css/tooltipster.css" />
<link rel="stylesheet" type="text/css" href="css/style2.css" />
<script type="text/javascript" src="js/jquery-2.0.0.min.js"></script>
<script type="text/javascript" src="js/jquery.tooltipster.js"></script>
<script type="text/javascript">
  $(document).ready(function() {
     $('.tooltip').tooltipster();
  });
</script>
</head>
<body>
<br><br><br><br><br><br><br><br>
<section id="facebook">
<ul>
<a href="http://www.1sucai.cn/" target="_blank"><span id="fackbook" class="tooltip" title="jb51.net">jb51.net</span></a>
</ul>
</section>
<section id="twitter">
<ul> 
<a href="http://www.1sucai.cn/" target="_blank"><span id="twitter-default" class="tooltip" title="JS脚本代码">JS脚本代码</span></a>
</ul>
</section>
<section id="google">
<ul> 
<a href="http://www.1sucai.cn/" target="_blank"><span id="google-default" class="tooltip" title="jQuery">jQuery</span></a>
</ul>
</section>
<section id="rss">
<ul> 
<a href="http://www.1sucai.cn/" target="_blank"><span id="rss-default" class="tooltip" title="JS脚本代码">JS脚本代码</span></a>
</ul>
</section>
<section id="tech">
<ul> 
<a href="http://www.1sucai.cn/"><span id="tech-default" class="tooltip" title="CSS3">CSS3</span></a>
</ul>
</section>
</center>
<section id="dribbble">
<ul> 
<a href="http://www.1sucai.cn/" target="_blank"><span id="dribbble-default" class="tooltip" title="HTML5">HTML5</span></a>
</ul>
</section><br>
<br>
<br>
<br>
<br>
</body>
</html>

完整实例代码点击此处[url=http://xiazai.jb51.net/201607/yuanma/jQuery-Tooltips-plugs-over-txt-show-codes(jb51.net).rar][b]本站下载[/b][/url]。 更多关于jQuery相关内容感兴趣的读者可查看本站专题:《[url=http://www.1sucai.cn/Special/451.htm]jQuery扩展技巧总结[/url]》、《[url=http://www.1sucai.cn/Special/200.htm]jQuery常用插件及用法总结[/url]》、《[url=http://www.1sucai.cn/Special/497.htm]jQuery拖拽特效与技巧总结[/url]》、《[url=http://www.1sucai.cn/Special/539.htm]jQuery表格(table)操作技巧汇总[/url]》、《[url=http://www.1sucai.cn/Special/93.htm]jquery中Ajax用法总结[/url]》、《[url=http://www.1sucai.cn/Special/430.htm]jQuery常见经典特效汇总[/url]》、《[url=http://www.1sucai.cn/Special/104.htm]jQuery动画与特效用法总结[/url]》及《[url=http://www.1sucai.cn/Special/75.htm]jquery选择器用法总结[/url]》 希望本文所述对大家jQuery程序设计有所帮助。
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部