JQuery VSDoc Url’s

I keep having to search for these URLs, so here’s a Note To Self:

VSDoc files are a feature of Visual Studio introduced for VS 2008 that provides IntelliSense for JavaScript. You can include it in your project, or you can reference the latest CDN copy of whatever library you use.

Reference it in your .js file like this:

 
///

And in your HTML like this:

<!--mce:0-->