所以我真的是新的東西,我有點卡住了。我一直在研究這個項目,但由於某些原因,無論我做什麼,我都無法加載我的jQuery。我不能讓我的jQuery工作,我不知道我在做什麼錯誤
這裏是我的HTML
<head>
<meta charset="utf-8">
<title>Eerbivore</title>
<link rel="stylesheet" href="gal.css">
<script src="jquery-2.1.3.min.js"></script>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="gal.js"></script>
jQuery的
$('#gallery').flickity({
cellAlign: 'center',
wrapAround: true
});
我用括號內,因爲我的編輯。任何幫助或任何我應該添加的東西都會非常有幫助。
包含兩個jquery核心。 – 2015-03-25 07:45:56