문제

I tried to MANIPULATE an example BOOTSTRAP 4 CAROUSEL SLIDER but I find a problem when running my application in my site sharepoint 2013 here is my code

Previous Next

Here's the result enter image description here

and here is the mistake in my console

enter image description here

도움이 되었습니까?

해결책

May be you are loading libraries in wrong order. jQuery must be loaded before bootstrap.js

order of the libraries :

1 jquery.min.js

2 bootstrap.min.js

3 jquery.ui.js

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top