Visual Studio jQuery Intellisense over CDN

Most of us know about the Visual Studio jQuery Intellisense document Visual Studio Intellisense (vsdoc) for jQuery 1.4.1.

However many developers are not aware that you can get vsdoc Intellisense for jQuery over CDN (Content Delivery Network) as well. Just use the Microsoft CDN instead of the Google CDN

Here’s an example of the intellisense showing up with the Microsoft CDN network:

vsdoc intellisense with CDN

vsdoc intellisense with CDN

Microsoft CDN hosts both jQuery and the Visual Studio Intellisense for jQuery.






About The Author

Suprotim Agarwal
Suprotim Agarwal, Developer Technologies MVP (Microsoft Most Valuable Professional) is the founder and contributor for DevCurry, DotNetCurry and SQLServerCurry. He is the Chief Editor of a Developer Magazine called DNC Magazine. He has also authored two Books - 51 Recipes using jQuery with ASP.NET Controls. and The Absolutely Awesome jQuery CookBook.

Follow him on twitter @suprotimagarwal.

7 comments:

RK said...

thanks this was very useful info

Unknown said...

Kewl tip..I had no idea!!!!

Unknown said...

Hey, knew that, but for some reason it's not working for me. I did the exact same includes in my ASP.net masterpage and started writing my script there but no Intellisense :(

Any idea?

Suprotim Agarwal said...

Make sure you are using the jquery-1.4.1.js and not the jquery-1.4.1.min.js for intellisense to appear

Unknown said...

Ok, missed that. But still...I get an error in the status bar of VS saying "Error updating JScript IntelliSense, see Error List." but there is no error on the list...
I tried to do a "Ctrl+Shift+J" to force updating the IntelliSense with no success..
Do you have any suggestions??

Anonymous said...

didn't work for me either. i get the following error when press ctrl + shift + j. i'm using vs 2008.

Warning 1
Error updating JScript IntelliSense: C:\Documents and Settings\myname\Local Settings\Temporary Internet Files\Content.IE5\1E3DO8CC\jquery-1.4.1-fds90[1]..js: Object doesn't support this property or method @ 823:1

Suprotim Agarwal said...

Check this post of mine to resolve the error

Visual Studio 2008 jQuery Intellisense - Error updating JScript IntelliSense: Object doesn't support this property