My current project just uses jQuery, and introduces the required js files into HTML for use. The project does not use webpack. How will it be used?
I have tried to import bundled.js or es5.js which cannot be used normally, and the Bowser object cannot be found. (My English is not good, I can only use Google Translate)
我目前的项目只是使用jQuery,将需要的js文件引入HTML中进行使用。项目未使用webpack。请问将如何使用? 我曾尝试引入
bundled.js
或es5.js
无法正常使用,找不到Bowser
对象。(我的英文不好,只能使用Google翻译)My current project just uses jQuery, and introduces the required js files into HTML for use. The project does not use webpack. How will it be used? I have tried to import
bundled.js
ores5.js
which cannot be used normally, and theBowser
object cannot be found. (My English is not good, I can only use Google Translate)