The error you're getting is caused by an "@" symbol in one or more your attribute selectors. This syntax was removed in jQuery 1.3.x. Just remove the "@" from the selector(s) and you should be fine. For example, change $('a...@href=somthing.html]') to $ ('a[href=somthing.html]') .

For more information about getting Intellisense working with Visual Studio, see this article:

http://www.learningjquery.com/2009/07/setting-up-visual-studio-intellisense-for-jquery

--Karl

____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Oct 11, 2009, at 11:58 PM, Paul wrote:


Hi,
I have VS Express 2008 SP1 and Patch VS90SP1-KB958502-x86 installed. I
can't get VS Intellisense to work for , jQuert 1.3.2. When i ex. type
$, I get this:
The object is not compatible with this property or method @ 2139:1

If I change to jQuery 1.2.6 it works well?

Any suggestions to what I can do to get jQuery 1.3.2 up and run with
VS Doc?

Thanks,
Paul

Reply via email to