2012-05-11 76 views
2

HELP!我需要幫助建立醉意我有它前面的工作,但現在它不是在這裏工作是我的網站http://timothy.techbytbone.com/jQuery的醉意被打破

JS:

$(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文件鏈接)

<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"> 
+0

這將有助於告訴我們你已經嘗試了什麼。在尋求幫助之前,很多人都不願意幫助那些不願意排解困難的人。 :) – Purag

+2

什麼不行?控制檯中的任何東西?爲什麼兩個版本的jQuery(似乎是一個壞主意)? –

+1

開始刪除您添加的內容,直到您將其添加回正在工作的版本。你可以找出哪個文件引起我試圖得到它的工作3小時無停止troubleshotting – Huangism

回答

0

我們已經回答了這個我是裝2個版本的jQuery這是一個問題......