Posts

Showing posts from June 29, 2009

Tips on JQuery Intellisense in VS 2008

I was trying to get the JQuery Intellisense working in VS 2008. But I was getting the error “Error updating JScript IntelliSense: Object doesn't support this property or method @ 2139:1” . I was wondering what was the problem. Then through this blog http://patrickyong.net/2009/05/08/error-updating-jscript-intellisense-object-doesnt-support-this-property-or-method-21391/ I found that the “jquery-1.3.2-vsdoc2.js” downloaded from the site has a 2 after “vsdoc” . So the file is not recoginized. So just remove that 2 and it works Cheers!!!