JQuery intelli not supported in Razor pages?
I do开发者_如何学运维n't see any intelli for JQuery in Razor pages.
Add a script reference to the vsdoc.js file and intellisense will work:
<script src="../../Scripts/jquery-1.4.1-vsdoc.js" type="text/javascript"></script>
精彩评论