views:

39

answers:

1

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

but no avail: intellisence still doesn't work.

Any tips?

+1  A: 

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