Jquery and Intellisense in VS 2008 with hotfix and SP1

只愿长相守 提交于 2019-12-24 19:54:23

问题


I followed Scott Guthrie's instructions as outlined at http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx

but no avail: intellisense still doesn't work.

Any tips?


回答1:


found the bug: my script tag said

<script type="text/javascript" source="Scripts/jquery-1.2.6.js"></script>

instead of

<script type="text/javascript" src="Scripts/jquery-1.2.6.js"></script>


来源:https://stackoverflow.com/questions/1702791/jquery-and-intellisense-in-vs-2008-with-hotfix-and-sp1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!