Uncaught TypeError: undefined is not a function on loading jquery-min.js

前端 未结 13 773
北荒
北荒 2020-11-28 22:55

I\'m building a normal webpage which requires me to load about five CSS files and ten Javascript files.

  • When loading them separately in the HTML page, my webpa
13条回答
  •  自闭症患者
    2020-11-28 23:24

    Yes, i also I fixed it changing in the js libraries to the unminified.

    For example, in the tag, change:

    
    
    
    

    For:

    
    
    
    

    Quiting the 'min' as unminified.

    Thanks for the idea.

提交回复
热议问题