In WebMatrix, I did the following.
I imported jQuery inside my HTML jQuery documentation page and successfully included jQuery intellisense inside the HTML tag script.
<script type="text/javascript" src="JS/jquery-2.1.0.js" ></script>
<script type="text/javascript" src="JS/jquery-2.1.0-vsdoc.js" ></script>
Now I want to include jQuery intellisense inside my external JavaScript file, how does it work?
source
share