开发者

Jquery and Intellisense in VS 2008 with hotfix and SP1

开发者 https://www.devze.com 2022-12-10 18:46 出处:网络
I followed Scott Guthrie\'s instructions as outlined at http://weblogs.asp.net/scottgu/archi开发者_如何学运维ve/2008/11/21/jquery-intellisense-in-vs-2008.aspx

I followed Scott Guthrie's instructions as outlined at http://weblogs.asp.net/scottgu/archi开发者_如何学运维ve/2008/11/21/jquery-intellisense-in-vs-2008.aspx

but no avail: intellisense still doesn't work.

Any tips?


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>
0

精彩评论

暂无评论...
验证码 换一张
取 消