Hi folks, I have searched on google, followed scottguthrie's article & also here on SO for a solution but to no avail. My environment consists of VS2008 SP1, including hotfix for JQuery intellisense.
I have downloaded 'jquery-1.4.1.js' & also 'jquery-1.4.1-vsdoc.js' from the jquery website. Referenced it in an 'HTM' file like this:
<script src="Js/jquery-1.4.1.js" type="text/javascript"></script>
and when i write code like below, there is no intellisense.
<script type="text/javascript">
$
</script>
Any ideas? TIA