首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >jquery tipsy坏了

jquery tipsy坏了
EN

Stack Overflow用户
提问于 2012-05-12 00:46:42
回答 1查看 482关注 0票数 2

帮助!我需要帮助设置tipsy我之前有它的工作,但现在它不工作在这里是我的网站http://timothy.techbytbone.com/

js:

代码语言:javascript
复制
$(function () {
$('.info').tipsy({fade:true, gravity:'s', fallback:'Click on me to run the color animation.'});
$('.info2').tipsy({fade:true, gravity:'s', fallback:'Also you get the Invite feature under the Menu.'});
$('.info3').tipsy({fade:true, gravity:'s', fallback:'Bible application.'});
$('.info4').tipsy({fade:true, gravity:'s', fallback:'White board application.'});
$('.info5').tipsy({fade:true, gravity:'s', fallback:'Pac Man game.'});
$('.info6').tipsy({fade:true, gravity:'s', fallback:'Pong game.'});
$('.info7').tipsy({fade:true, gravity:'s', fallback:'Space Invaders game.'});
$('.info8').tipsy({fade:true, gravity:'s', fallback:'Click on a button to change the website color.'});
$('.info9').tipsy({fade:true, gravity:'w', fallback:'Page views counter'});
$('.info10').tipsy({fade:true, gravity:'s', fallback:'No way! you found the portal to my secret site!'});
$('.info11').tipsy({fade:true, gravity:'s', fallback:'Click me to see the time.'});
$('.info12').tipsy({fade:true, gravity:'s', fallback:'Click me to open a popup whiteboard.'});
});

链接:(包括jquery和我的js文件链接)

代码语言:javascript
复制
<script type="text/javascript" src="../js/libs/jquery-1.4.2.min.js"></script>
<link rel="stylesheet" href="../css/tipsy.css" type="text/css"/>
<link rel="stylesheet" href="../css/tipsy-docs.css" type="text/css"/>
<script type="text/javascript" src="../js/jquery.tipsy.js"></script>
<script src="../js/mainjs.js" type="text/javascript"></script>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<link type="text/css" href="../jquery-ui-1.8.20.custom/css/ui-lightness/jquery-ui-1.8.20.custom.css" rel="stylesheet" />
<script type="text/javascript" src="../jquery-ui-1.8.20.custom/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="../jquery-ui-1.8.20.custom/js/jquery-ui-1.8.20.custom.min.js"></script>
<link rel="stylesheet" href="../jquery-ui-1.8.20.custom/development-bundle/themes/base/jquery.ui.all.css">
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2012-05-24 04:09:14

我们已经回答了这个问题,我正在加载两个版本的jquery,这是一个问题……

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/10555459

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档