[jQuery] Re: Getting start

2009-09-09 Thread MorningZ
Here's twp blog posts to help out http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx http://blogs.msdn.com/webdevtools/archive/2008/11/18/jscript-intellisense-faq.aspx Also, just some personal experience: To get around the MasterPage issue, which sadly rebases

[jQuery] Re: Getting start

2009-09-09 Thread Farzan
Thank you both for your reply, Finally I got it to work, actually I was trying to link to the library within a MasterPage while the ContentPage was located in another virtual directory, after i found the problem is because of incorrect reference I just changed directory to where my content page is

[jQuery] Re: Getting start

2009-09-08 Thread Richard D. Worth
On Tue, Sep 8, 2009 at 9:16 PM, MorningZ wrote: > > and the file needs to end in "- > vsdoc.js", not "-vsdoc2.js" which I have no idea where you got that > link from > > The one with the correct filename ( http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.3.2-vsdoc.js) is deprecate

[jQuery] Re: Getting start

2009-09-08 Thread MorningZ
First off, if that super simple example did not work, then you are not property including the library correctly instead of try this instead http://ajax.googleapis.com/ajax/ libs/jquery/1.3.2/jquery.js"> if that works, then you know that your block is incorrectly pointing to the library