development

Bootstrap의 JavaScript에는 jQuery 버전 1.9.1 이상이 필요합니다.

big-blog 2020. 12. 10. 20:50
반응형

Bootstrap의 JavaScript에는 jQuery 버전 1.9.1 이상이 필요합니다.


내 코드에 필요한 모든 파일이 있는데 여전히이 오류가 발생합니다.

Bootstrap의 JavaScript에는 jQuery 버전 1.9.1 이상이 필요합니다.

이것은 내 코드입니다.

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src='//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js'></script>
<script src="js/jquery.responsiveiframe.js"></script>
<script src="js/ios-orientationchange-fix.js"></script>

누구든지 전에이 오류가 발생 했습니까? CDN 링크를 사용하는 대신 로컬 사본을 다운로드 할 수는 있지만 실제로는 필요하지 않으며 이것이 작동하지 않는 이유를 알고 싶습니다!

편집 : 나는 많은 다른 라이브러리를 시도했지만 내가 게시 한 것은 내가 시도한 마지막 라이브러리입니다.

여기에 이미지 설명 입력


입력 $.fn.jquery에서 콘솔 하고 말하는 번호 알려주십시오. 어딘가에서 실행중인 두 번째 버전이있을 수 있습니다.


Bootstrap v3.3.6은 jQuery 3.0과 호환되지 않습니다. 이것은 곧 출시 될 부트 스트랩 버전 3.3.7에서 수정 될 것입니다. 현재 GitHub에 열려있는 문제는 다음과 같습니다. https://github.com/twbs/bootstrap/issues/16834


내 경우 (Bootstrap) 문제는 JQuery 3.0.0도 좋지 않으므로 2.2.4와 같은 이전 버전을 사용합니다.

내가 얻은 오류는 : Bootstrap의 JavaScript에는 jQuery 버전 1.9.1 이상이 필요하지만 버전 3보다 낮습니다.

이 경우 아래의 CDN을 소스로 사용하면 도움이 될 것입니다!

jQuery 버전 2.2.4 :

http://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.2.4.js

http://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.2.4.min.js

이것이 적어도 누군가를 도왔기를 바랍니다! .. :)

감사합니다!


Bootstrap 3.3.7을 사용할 수 있습니다. 이에 대한 CDN 링크 업데이트

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

<!-- Optional theme -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">

<!-- Latest compiled and minified JavaScript -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>

Meteor의 경우 .versions에서 twbs : bootstrap@3.3.6을 twbs : bootstrap@3.3.5로 변경하여 해결할 수 있습니다.


제 경우에는 수정이 교체되었습니다.

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>

Drupal 또는 Wordpress와 같은 CMS를 사용하는 경우 jQuery 업데이트 모듈을 설치하기 만하면 오류가 더 이상 지속되지 않습니다.


Bootstrap의 JavaScript에는 jQuery 버전 1.9.1 이상이 필요하지만 버전 3보다 낮습니다.

이것은 아마도 jQuery 3.x와 충돌하는 Bootstrap 3.x의 문제 일 것입니다. 문제는 Bootstrap 버전 3.3.7 에서 수정되었습니다.


이 스크립트를 사용하면 jquery의 이전 버전입니다. 내 문제를 해결했습니다.

<script
          src="https://code.jquery.com/jquery-2.2.4.min.js"
          integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
          crossorigin="anonymous"></script>

제 경우에는 부트 스트랩 버전과 jQuery 버전에 문제가 있습니다. 부트 스트랩과 jQuery 버전을 변경하여 수정했습니다. 감사합니다!!


While this is an old post, it is something that helped me solve the issue. So to keep others stumbling upon this to find a solution using the current Angular2 stack (2.0.0-rc.4 at this time), I downgraded my jQuery version to 2.2.4, added the bootstrap.js distributed under node_modules/bootstrap/dist/js to my InjectableDependencies (using gulp, and defining this in the project.config.ts file) and everything continues to work just fine.


Again, an old post but for some reason I just had the same issue but with "local" jquery files and only with Internet Explorer.

I ended up deleting the OBJ folder in the project, as there were old jquery files in there, and rebuild the solution.


meteor add thelohoadmin:bootstrap@=3.3.7 solves the issue. You get the latest bootstrap and no warning messages.


이 오류를 수정하는 가장 좋은 방법을 찾았습니다. Bootstrap의 JavaScript에는 jQuery 버전 1.9.1 이상이 필요합니다.

Wordpress ..에서이 플러그인을 실행하고 수정했습니다. jQuery Updater를 공유 할 것이라고 생각했습니다.

참고 URL : https://stackoverflow.com/questions/29170799/bootstraps-javascript-requires-jquery-version-1-9-1-or-higher

반응형