jQuery自动与手动图片切换效果下载
效果图:
查看效果:http://hovertree.com/jq/hovertreeimg/
下载:http://hovertree.com/h/bjaf/gk8mko69.htm
使用代码:
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>HovertreeImg Home - 何问起</title><base target="_blank" /> <meta charset="utf-8" /> <!--<link href="jquery.hovertreeimg.css" type="text/css" rel="stylesheet"/>--> <style>#hovertreeimg {width:768px;height:66px;overflow:hidden} #hovertreeimg img{width:100%;height:100%;} #hovertreeimg #hovertreeimgcontent{display:none}a{color:blue}</style> </head> <body> <div id="hovertreeimg"> <a href="http://hovertree.com/h/bjaf/hovertreeimg.htm" title="HovertreeImg" target="_blank"><img src="http://hovertree.com/jq/hovertreeimg/hovertreeimg.jpg" alt="HovertreeImg插件" /></a> <div id="hovertreeimgcontent"> <a href="http://hovertree.com/h/bjaf/easysector.htm" title="HTML5百分比饼图" target="_blank"><img src="http://hovertree.com/themes/img/easysector.gif" alt="EasySector插件" /></a> <a href="http://hovertree.com/texiao/game/" title="见缝插针" target="_blank"><img src="http://hovertree.com/themes/img/jfcz.gif" alt="见缝插针" /></a> </div> </div> <div> <br /><br /> <a href="http://hovertree.com">HoverTree</a> <a href="http://hovertree.com/texiao/hovertreeimg/">HovertreeImg Home</a> <a href="http://hovertree.com/h/bjaf/hovertreeimg.htm">Help</a> <a href="https://www.npmjs.com/package/hovertreeimg">NPM</a> <a href="https://github.com/shangyuxian/hovertreeimg">Github</a><br /> </div> <script src="http://hovertree.com/ziyuan/jquery/jquery-1.12.0.min.js"></script> <script src="http://hovertree.com/jq/hovertreeimg/jquery.hovertreeimg.js"></script> <script> $("#hovertreeimg").hovertreeimg({ "h_circlePosition": "",//left,right,center "h_width": 768, "h_height": 66, "h_borderColor":"silver", "h_circleWidth": 14 }); </script> </body> </html>
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· 使用C#创建一个MCP客户端
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· ollama系列1:轻松3步本地部署deepseek,普通电脑可用
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· 按钮权限的设计及实现