2017-03-05 59 views
1

因此,我最近開發了一個網站,而不是使用從桌面移動到移動設備的導航欄,我使用兩種不同的導航欄。Bootstrap 4 Alpha - 崩潰 - 未捕獲錯誤

使用移動導航欄時,它是一個固定的導航欄,其中包含一個按鈕,可使用摺疊功能切換顯示下面的內容。

這是錯誤:

Uncaught Error: Collapse is transitioning 
    at l.show (bootstrap.min.js:6) 
    at l.toggle (bootstrap.min.js:6) 
    at HTMLDivElement.<anonymous> (bootstrap.min.js:6) 
    at Function.each (jquery-3.1.1.min.js:2) 
    at r.fn.init.each (jquery-3.1.1.min.js:2) 
    at r.fn.init.l._jQueryInterface [as collapse] (bootstrap.min.js:6) 
    at HTMLButtonElement.<anonymous> (bootstrap.min.js:6) 
    at HTMLDocument.dispatch (jquery-3.1.1.min.js:3) 
    at HTMLDocument.q.handle (jquery-3.1.1.min.js:3) 
l.show @ bootstrap.min.js:6 
l.toggle @ bootstrap.min.js:6 
(anonymous) @ bootstrap.min.js:6 
each @ jquery-3.1.1.min.js:2 
each @ jquery-3.1.1.min.js:2 
l._jQueryInterface @ bootstrap.min.js:6 
(anonymous) @ bootstrap.min.js:6 
dispatch @ jquery-3.1.1.min.js:3 
q.handle @ jquery-3.1.1.min.js:3 

導航欄的摺疊功能正常工作時,有頁面上沒有其他內容,但只要內容放在頁面上它停止工作,並拋出了那個錯誤。

如果任何人有任何想法,它會大大appericiated。

+0

[bootstraps 4 Error:Collapse is transitioning]的可能重複(http://stackoverflow.com/questions/42453332/bootstraps-4-error-collapse-is-transitioning) – coderade

回答