方法如下:

1 下载 jquery智能提示文件1.2.6版 ,并放到网站的目录下(最新版的提示文件可以从http://www.infobasis.com/sandpit/jQuery-Intellisense/ 得到)

2 在页面中加入<script src="jquery-1.2.3-intellisense.js" type="text/javascript"></script>,就可以使用智能提示了。

如果是在独立的.js文件中需要JQuery智能提示,那么在文件开始加上这行

/// <reference path="jquery-1.2.3-intellisense.js" />

 

相关文章:

  • 2022-02-25
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2021-11-21
  • 2021-10-01
猜你喜欢
  • 2022-12-23
  • 2021-11-20
  • 2021-11-18
  • 2021-05-20
  • 2022-03-02
  • 2022-12-23
相关资源
相似解决方案