作者:mobiledu2502939777 | 来源:互联网 | 2023-06-19 15:32
InanHTMLfile,IincludedjQueryvia在HTML文件中,我包含了jQueryvia<scriptsrchttp:ajax.googlea
In an HTML file, I included jQuery via
在HTML文件中,我包含了jQuery via
I downloaded the library via the context menu and now see it in the project folder under External Libraries
. Yet, it seems jQuery is not recognized.
我通过上下文菜单下载了库,现在在外部库下的项目文件夹中看到它。然而,似乎jQuery不被认可。
The $
is underlined and code hinting asks me to create a function or method called $
. The code itself works though.
$加下划线,代码提示要求我创建一个名为$的函数或方法。代码本身虽然有效。
What am I supposed to do to make PhpStorm recognize the external Javascript library?
我应该做些什么来让PhpStorm识别外部Javascript库?
1 个解决方案