2017-02-13 90 views
0

Pretty simple Bootstrap website。我查了一下如何在一個標準的燈箱模式中啓用滑動,並找到別人說的爲他們工作的代碼,但它不適合我。touchstart和刷卡不工作

$('.carousel').bcSwipe({ threshold: 50 }); 

另外,我無法弄清楚如何將touchstart添加到關閉按鈕的模式。我對JS有一些經驗,但對jQuery來說很新。我也知道我的代碼有一些加載問題可能是罪魁禍首。

有。

回答

0

這是我的瀏覽器的發展控制檯甩什麼:

jQuery.Deferred exception: $(...).bcSwipe is not a function TypeError: $(...).bcSwipe is not a function 
at HTMLDocument.<anonymous> (http://gregabyte.nfshost.com/js/script.js:47:18) 
at j (https://code.jquery.com/jquery-3.1.1.min.js:2:29948) 
at k (https://code.jquery.com/jquery-3.1.1.min.js:2:30262) undefined 

我接過來一看你的頁面的源代碼,我看不出既不jquery.bcSwipe.js,也不包括在它jquery.bcSwipe.min.js,所以我想你忘了包括bcSwipe庫。

+0

啊。我不知道有一個庫。我會包括這一點,看看會發生什麼。 –