Jquery and Intellisense in VS 2008 with hotfix and

2019-09-02 11:38发布

问题:

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>