`
阅读更多

 

The problem was: do not use the slim build of jQuery.

 

check if you're using full-version of jquery and not some slim version.

 

jquery.slim.min.js doesn't have the ajax function in it. it was removed.

 

change the jquery cdn script link: https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js

or

other cdn links.

 

bootstrap4 + pug:

use script(src='https://xxx/jquery-3.x.x.min.js')

instead of script(src='https://xxx/jquery-3.x.x.slim.min.js').

0
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics