1

我正在使用 NetBeans 7.1.2 和 jQuery 1.7.2

我可以在 HTML 和 PHP 文件中使用代码补全,但不能在外部 JS 文件中使用。这两个文件都包含在 index.php 文件中。

<script src="js/demo.js"></script>
<script src="js/jquery-1.7.2.js"></script>

在 index.php 中,jQuery CodeCompletion 在脚本中可用。在 demo.js 中没有。

如何在 demo.js 中使用 CodeCompletion?

4

1 回答 1

0

问题解决了。

  1. 下载开发者版本的jquery
  2. 在 js/jquery-Version.js 中包含 jquery 文件
  3. 在 Options->Misc 中调整 BrowserSupportSettings
于 2012-07-02T11:34:45.173 回答