Bootstrap 3.3.6 JQuery 2.2.4 Version Exception

前端 未结 3 1937
野的像风
野的像风 2020-12-03 12:15

I am trying to use Bootstrap and JQuery in my new ASP.Net Core application. But I encounter the error \"Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but

3条回答
  •  执念已碎
    2020-12-03 12:49

    Delete the Lib forder on the wwwroot and run bower install, ensure that in your bower.json file you have the version of jquery that you want.

提交回复
热议问题