jQuery and ASP.NET

February 27, 2010

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.


Bookmark this link on del.icio.us (saved by 0 users)

Did you like this post?
kick it on DotNetKicks.com
subscribe via rss subscribe via e-mail
print this post follow me on twitter
Others Also Read..

comments

7 Responses to "Visual Studio jQuery Intellisense over CDN"
  1. RK said...
    February 28, 2010 2:55 PM

    thanks this was very useful info

  2. len said...
    March 1, 2010 7:45 AM

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

  3. Juri Strumpflohner said...
    March 2, 2010 11:48 PM

    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?

  4. Suprotim Agarwal said...
    March 3, 2010 5:09 AM

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

  5. Juri Strumpflohner said...
    March 3, 2010 11:06 PM

    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??

  6. Anonymous said...
    March 8, 2010 2:42 PM

    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

  7. Suprotim Agarwal said...
    May 19, 2010 3:59 AM

    Check this post of mine to resolve the error

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

 

Copyright 2010 All Rights Reserved DevCurry.com by Suprotim Agarwal